#4CA867

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

Shades of Ocean Green #4CA867

Tints of Ocean Green #4CA867

Color information

#4CA867 (or 0x4CA867) is unknown color: approx Ocean Green. HEX triplet: 4C, A8 and 67. RGB value is (76,168,103). Sum of RGB (Red+Green+Blue) = 76+168+103=347 (45% of max value = 765). Red value is 76 (30.08% from 255 or 21.90% from 347); Green value is 168 (66.02% from 255 or 48.41% from 347); Blue value is 103 (40.62% from 255 or 29.68% from 347); Max value from RGB is 168 - color contains mainly: green. Hex color #4CA867 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4CA867 is #B35798. Grayscale: #858585. Windows color (decimal): -11753369 or 6793292. OLE color: 6793292.

HSL color Cylindrical-coordinate representation of color #4CA867: hue angle of 137.61º 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 #4CA867 is Cyan = 0.55, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.34.

Color convert

RGB76168103-
CMYK0.5500.390.34
HSL137.61º37.7%47.84%-
HSV(B)137.61º54.76%65.88%-
XYZ19.4330.5217.7-
YUV133.08111.0287.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 21.90%
GREEN value IS 168 (66.02% from 255) = 48.41%
BLUE value IS 103 (40.62% from 255) = 29.68%
R=21.90%
G=48.41%
B=29.68%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal761681030.5500.390.34137.6137.747.84
Hex4CA86737027228a2630
Octal11425014767047422124660
Binary1001100101010001100111110111010011110001010001010100110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CA867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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