Html Css Color HEX #4DAE79 Ocean Green

📋 copy color: '#4DAE79'

red 77 ◦ green 174 ◦ blue 121

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

Shades of Ocean Green #4DAE79

Tints of Ocean Green #4DAE79

RGB

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

 GREEN value IS 174 (68.36% from 255) = 46.77%

 BLUE value IS 121 (47.66% from 255) = 32.53%

R = 20.7%
G = 46.77%
B = 32.53%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#4DAE79 (or 0x4DAE79) is known color: Ocean Green. HEX triplet: 4D, AE and 79. RGB value is (77,174,121). Sum of RGB (Red+Green+Blue) = 77+174+121=372 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.70% from 372); Green value is 174 (68.36% from 255 or 46.77% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE79 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAE79 is #B25186. Grayscale: #8B8B8B. Windows color (decimal): -11686279 or 7974477. OLE color: 7974477.

HSL color Cylindrical-coordinate representation of color #4DAE79: hue angle of 147.22º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4DAE79 is Cyan = 0.56, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 174 121 -
CMYK 0.56 0 0.30 0.32
HSL 147.22º 0.39% 0.49% -
HSV(B) 147.22º 0.56% 0.68% -
XYZ 21.65 33.23 23.36 -
YUV 138.96 117.86 83.81 -
System Red Green Blue C M Y K H S L
Decimal 77 174 121 0.56 0 0.30 0.32 147.22 0.39 0.49
Hex 4D AE 79 38 0 1E 20 93 27 31
Octal 115 256 171 70 0 36 40 223 47 61
Binary 1001101 10101110 1111001 111000 0 11110 100000 10010011 100111 110001

Color Harmonies of #4DAE79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAE79

Black with #4DAE79

Text Example


Text Example

White with #4DAE79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,174,121); }

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

background-color css

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

 a { background-color: rgb(77,174,121); }

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

border-color css

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

 span { border-color: rgb(77,174,121); }

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