#4CA276

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

Shades of Ocean Green #4CA276

Tints of Ocean Green #4CA276

Color information

#4CA276 (or 0x4CA276) is unknown color: approx Ocean Green. HEX triplet: 4C, A2 and 76. RGB value is (76,162,118). Sum of RGB (Red+Green+Blue) = 76+162+118=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 162 (63.67% from 255 or 45.51% from 356); Blue value is 118 (46.48% from 255 or 33.15% from 356); Max value from RGB is 162 - color contains mainly: green. Hex color #4CA276 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA276 is #B35D89. Grayscale: #838383. Windows color (decimal): -11754890 or 7774796. OLE color: 7774796.

HSL color Cylindrical-coordinate representation of color #4CA276: hue angle of 149.3º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4CA276 is Cyan = 0.53, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB76162118-
CMYK0.5300.270.36
HSL149.3º36.13%46.67%-
HSV(B)149.3º53.09%63.53%-
XYZ19.1728.6921.67-
YUV131.27120.5188.58-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.35%
GREEN value IS 162 (63.67% from 255) = 45.51%
BLUE value IS 118 (46.48% from 255) = 33.15%
R=21.35%
G=45.51%
B=33.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal761621180.5300.270.36149.336.1346.67
Hex4CA2763501B2495242f
Octal11424216665033442254457
Binary100110010100010111011011010101101110010010010101100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,162,118); }

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

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

 a { background-color: rgb(76,162,118); }

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

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

 span { border-color: rgb(76,162,118); }

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