#4CAC6C

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

Shades of Ocean Green #4CAC6C

Tints of Ocean Green #4CAC6C

Color information

#4CAC6C (or 0x4CAC6C) is unknown color: approx Ocean Green. HEX triplet: 4C, AC and 6C. RGB value is (76,172,108). Sum of RGB (Red+Green+Blue) = 76+172+108=356 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.35% from 356); Green value is 172 (67.58% from 255 or 48.31% from 356); Blue value is 108 (42.58% from 255 or 30.34% from 356); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC6C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAC6C is #B35393. Grayscale: #888888. Windows color (decimal): -11752340 or 7121996. OLE color: 7121996.

HSL color Cylindrical-coordinate representation of color #4CAC6C: hue angle of 140º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAC6C is Cyan = 0.56, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.33.

Color convert

RGB76172108-
CMYK0.5600.370.33
HSL140º38.71%48.63%-
HSV(B)140º55.81%67.45%-
XYZ20.4432.1219.31-
YUV136112.285.2-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.35%
GREEN value IS 172 (67.58% from 255) = 48.31%
BLUE value IS 108 (42.58% from 255) = 30.34%
R=21.35%
G=48.31%
B=30.34%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal761721080.5600.370.3314038.7148.63
Hex4CAC6C38025218c2731
Octal11425415470045412144761
Binary1001100101011001101100111000010010110000110001100100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,172,108); }

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

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

 a { background-color: rgb(76,172,108); }

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

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

 span { border-color: rgb(76,172,108); }

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