#4CAB70

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

Shades of Ocean Green #4CAB70

Tints of Ocean Green #4CAB70

Color information

#4CAB70 (or 0x4CAB70) is unknown color: approx Ocean Green. HEX triplet: 4C, AB and 70. RGB value is (76,171,112). Sum of RGB (Red+Green+Blue) = 76+171+112=359 (47% of max value = 765). Red value is 76 (30.08% from 255 or 21.17% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #4CAB70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CAB70 is #B3548F. Grayscale: #888888. Windows color (decimal): -11752592 or 7383884. OLE color: 7383884.

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

Color convert

RGB76171112-
CMYK0.5600.350.33
HSL142.74º38.46%48.43%-
HSV(B)142.74º55.56%67.06%-
XYZ20.4731.8320.39-
YUV135.87114.5385.3-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.17%
GREEN value IS 171 (67.19% from 255) = 47.63%
BLUE value IS 112 (44.14% from 255) = 31.20%
R=21.17%
G=47.63%
B=31.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal761711120.5600.350.33142.7438.4648.43
Hex4CAB7038023218f2630
Octal11425316070043412174660
Binary1001100101010111110000111000010001110000110001111100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CAB70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,171,112); }

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

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

 a { background-color: rgb(76,171,112); }

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

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

 span { border-color: rgb(76,171,112); }

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