Html Css Color HEX #4DAC6E Ocean Green

📋 copy color: '#4DAC6E'

red 77 ◦ green 172 ◦ blue 110

#4DAC6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4DAC6E

Tints of Ocean Green #4DAC6E

RGB

 RED value IS 77 (30.47% from 255) = 21.45%

 GREEN value IS 172 (67.58% from 255) = 47.91%

 BLUE value IS 110 (43.36% from 255) = 30.64%

R = 21.45%
G = 47.91%
B = 30.64%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#4DAC6E (or 0x4DAC6E) is known color: Ocean Green. HEX triplet: 4D, AC and 6E. RGB value is (77,172,110). Sum of RGB (Red+Green+Blue) = 77+172+110=359 (47% of max value = 765). Red value is 77 (30.47% from 255 or 21.45% from 359); Green value is 172 (67.58% from 255 or 47.91% from 359); Blue value is 110 (43.36% from 255 or 30.64% from 359); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC6E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAC6E is #B25391. Grayscale: #888888. Windows color (decimal): -11686802 or 7253069. OLE color: 7253069.

HSL color Cylindrical-coordinate representation of color #4DAC6E: hue angle of 140.84º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAC6E is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.33.

Color convert

RGB 77 172 110 -
CMYK 0.55 0 0.36 0.33
HSL 140.84º 0.38% 0.49% -
HSV(B) 140.84º 0.55% 0.67% -
XYZ 20.63 32.21 19.88 -
YUV 136.53 113.03 85.54 -
System Red Green Blue C M Y K H S L
Decimal 77 172 110 0.55 0 0.36 0.33 140.84 0.38 0.49
Hex 4D AC 6E 37 0 24 21 8D 26 31
Octal 115 254 156 67 0 44 41 215 46 61
Binary 1001101 10101100 1101110 110111 0 100100 100001 10001101 100110 110001

Color Harmonies of #4DAC6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAC6E

Black with #4DAC6E

Text Example


Text Example

White with #4DAC6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4DAC6E; }

 p { color: rgb(77,172,110); }

 H1.HeaderClassName
 {
   color: #4DAC6E;
 }
 .AnyTagClassName
 {
   color: #4DAC6E;
 }
</style>

background-color css

<style>
 a { background-color: #4DAC6E; }

 a { background-color: rgb(77,172,110); }

 div.DivClassName
 {
   background-color: #4DAC6E;
 }
 .BgClassName
 {
   background-color: #4DAC6E;
 }
</style>

border-color css

<style>
 span { border-color: #4DAC6E; }

 span { border-color: rgb(77,172,110); }

 td.TdClassName
 {
   border-color: #4DAC6E;
 }
 .TagClassName
 {
   border-color: #4DAC6E;
 }
</style>