Html Css Color HEX #4CA574 Ocean Green

📋 copy color: '#4CA574'

red 76 ◦ green 165 ◦ blue 116

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

Shades of Ocean Green #4CA574

Tints of Ocean Green #4CA574

RGB

 RED value IS 76 (30.08% from 255) = 21.29%

 GREEN value IS 165 (64.84% from 255) = 46.22%

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

R = 21.29%
G = 46.22%
B = 32.49%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#4CA574 (or 0x4CA574) is known color: Ocean Green. HEX triplet: 4C, A5 and 74. RGB value is (76,165,116). Sum of RGB (Red+Green+Blue) = 76+165+116=357 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.29% from 357); Green value is 165 (64.84% from 255 or 46.22% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 165 - color contains mainly: green. Hex color #4CA574 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA574 is #B35A8B. Grayscale: #848484. Windows color (decimal): -11754124 or 7644492. OLE color: 7644492.

HSL color Cylindrical-coordinate representation of color #4CA574: hue angle of 146.97º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4CA574 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 76 165 116 -
CMYK 0.54 0 0.30 0.35
HSL 146.97º 0.37% 0.47% -
HSV(B) 146.97º 0.54% 0.65% -
XYZ 19.59 29.71 21.22 -
YUV 132.8 118.51 87.48 -
System Red Green Blue C M Y K H S L
Decimal 76 165 116 0.54 0 0.30 0.35 146.97 0.37 0.47
Hex 4C A5 74 36 0 1E 23 93 25 2F
Octal 114 245 164 66 0 36 43 223 45 57
Binary 1001100 10100101 1110100 110110 0 11110 100011 10010011 100101 101111

Color Harmonies of #4CA574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CA574

Black with #4CA574

Text Example


Text Example

White with #4CA574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,165,116); }

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

background-color css

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

 a { background-color: rgb(76,165,116); }

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

border-color css

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

 span { border-color: rgb(76,165,116); }

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