Html Css Color HEX #4DAE72 Ocean Green

📋 copy color: '#4DAE72'

red 77 ◦ green 174 ◦ blue 114

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

Shades of Ocean Green #4DAE72

Tints of Ocean Green #4DAE72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.23%

R = 21.1%
G = 47.67%
B = 31.23%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#4DAE72 (or 0x4DAE72) is known color: Ocean Green. HEX triplet: 4D, AE and 72. RGB value is (77,174,114). Sum of RGB (Red+Green+Blue) = 77+174+114=365 (48% of max value = 765). Red value is 77 (30.47% from 255 or 21.10% from 365); Green value is 174 (68.36% from 255 or 47.67% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 174 - color contains mainly: green. Hex color #4DAE72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4DAE72 is #B2518D. Grayscale: #8A8A8A. Windows color (decimal): -11686286 or 7515725. OLE color: 7515725.

HSL color Cylindrical-coordinate representation of color #4DAE72: hue angle of 142.89º 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 #4DAE72 is Cyan = 0.56, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 77 174 114 -
CMYK 0.56 0 0.34 0.32
HSL 142.89º 0.39% 0.49% -
HSV(B) 142.89º 0.56% 0.68% -
XYZ 21.23 33.06 21.18 -
YUV 138.16 114.36 84.38 -
System Red Green Blue C M Y K H S L
Decimal 77 174 114 0.56 0 0.34 0.32 142.89 0.39 0.49
Hex 4D AE 72 38 0 22 20 8F 27 31
Octal 115 256 162 70 0 42 40 217 47 61
Binary 1001101 10101110 1110010 111000 0 100010 100000 10001111 100111 110001

Color Harmonies of #4DAE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DAE72

Black with #4DAE72

Text Example


Text Example

White with #4DAE72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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