#4CA672

Color #4CA672 Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #4CA672

Tints of Ocean Green #4CA672

Color information

#4CA672 (or 0x4CA672) is unknown color: approx Ocean Green. HEX triplet: 4C, A6 and 72. RGB value is (76,166,114). Sum of RGB (Red+Green+Blue) = 76+166+114=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 166 (65.23% from 255 or 46.63% from 356); Blue value is 114 (44.92% from 255 or 32.02% from 356); Max value from RGB is 166 - color contains mainly: green. Hex color #4CA672 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA672 is #B3598D. Grayscale: #858585. Windows color (decimal): -11753870 or 7513676. OLE color: 7513676.

HSL color Cylindrical-coordinate representation of color #4CA672: hue angle of 145.33º 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 #4CA672 is Cyan = 0.54, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB76166114-
CMYK0.5400.310.35
HSL145.33º37.19%47.45%-
HSV(B)145.33º54.22%65.1%-
XYZ19.6530.0220.68-
YUV133.16117.1887.23-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.35%
GREEN value IS 166 (65.23% from 255) = 46.63%
BLUE value IS 114 (44.92% from 255) = 32.02%
R=21.35%
G=46.63%
B=32.02%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal761661140.5400.310.35145.3337.1947.45
Hex4CA6723601F2391252f
Octal11424616266037432214557
Binary100110010100110111001011011001111110001110010001100101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,166,114); }

 H1.HeaderClassName
 {
   color: #4CA672;
 }
 .AnyTagClassName
 {
   color: #4CA672;
 }
</style>
background-color css

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

 a { background-color: rgb(76,166,114); }

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

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

 span { border-color: rgb(76,166,114); }

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