Html Css Color HEX #4DB574 Ocean Green

📋 copy color: '#4DB574'

red 77 ◦ green 181 ◦ blue 116

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

Shades of Ocean Green #4DB574

Tints of Ocean Green #4DB574

RGB

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

 GREEN value IS 181 (71.09% from 255) = 48.4%

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 20.59%
G = 48.4%
B = 31.02%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#4DB574 (or 0x4DB574) is known color: Ocean Green. HEX triplet: 4D, B5 and 74. RGB value is (77,181,116). Sum of RGB (Red+Green+Blue) = 77+181+116=374 (49% of max value = 765). Red value is 77 (30.47% from 255 or 20.59% from 374); Green value is 181 (71.09% from 255 or 48.40% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 181 - color contains mainly: green. Hex color #4DB574 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4DB574 is #B24A8B. Grayscale: #8E8E8E. Windows color (decimal): -11684492 or 7648589. OLE color: 7648589.

HSL color Cylindrical-coordinate representation of color #4DB574: hue angle of 142.5º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4DB574 is Cyan = 0.57, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 77 181 116 -
CMYK 0.57 0 0.36 0.29
HSL 142.5º 0.41% 0.51% -
HSV(B) 142.5º 0.57% 0.71% -
XYZ 22.74 35.89 22.25 -
YUV 142.49 113.04 81.29 -
System Red Green Blue C M Y K H S L
Decimal 77 181 116 0.57 0 0.36 0.29 142.5 0.41 0.51
Hex 4D B5 74 39 0 24 1D 8E 29 33
Octal 115 265 164 71 0 44 35 216 51 63
Binary 1001101 10110101 1110100 111001 0 100100 11101 10001110 101001 110011

Color Harmonies of #4DB574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DB574

Black with #4DB574

Text Example


Text Example

White with #4DB574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,181,116); }

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

background-color css

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

 a { background-color: rgb(77,181,116); }

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

border-color css

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

 span { border-color: rgb(77,181,116); }

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