#4CA86C

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

Shades of Ocean Green #4CA86C

Tints of Ocean Green #4CA86C

Color information

#4CA86C (or 0x4CA86C) is unknown color: approx Ocean Green. HEX triplet: 4C, A8 and 6C. RGB value is (76,168,108). Sum of RGB (Red+Green+Blue) = 76+168+108=352 (46% of max value = 765). Red value is 76 (30.08% from 255 or 21.59% from 352); Green value is 168 (66.02% from 255 or 47.73% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 168 - color contains mainly: green. Hex color #4CA86C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA86C is #B35793. Grayscale: #858585. Windows color (decimal): -11753364 or 7120972. OLE color: 7120972.

HSL color Cylindrical-coordinate representation of color #4CA86C: hue angle of 140.87º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4CA86C is Cyan = 0.55, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.34.

Color convert

RGB76168108-
CMYK0.5500.360.34
HSL140.87º37.7%47.84%-
HSV(B)140.87º54.76%65.88%-
XYZ19.6930.6219.06-
YUV133.65113.5286.88-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.59%
GREEN value IS 168 (66.02% from 255) = 47.73%
BLUE value IS 108 (42.58% from 255) = 30.68%
R=21.59%
G=47.73%
B=30.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal761681080.5500.360.34140.8737.747.84
Hex4CA86C37024228d2630
Octal11425015467044422154660
Binary1001100101010001101100110111010010010001010001101100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA86C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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