#4CB66E

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

Shades of Ocean Green #4CB66E

Tints of Ocean Green #4CB66E

Color information

#4CB66E (or 0x4CB66E) is unknown color: approx Ocean Green. HEX triplet: 4C, B6 and 6E. RGB value is (76,182,110). Sum of RGB (Red+Green+Blue) = 76+182+110=368 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.65% from 368); Green value is 182 (71.48% from 255 or 49.46% from 368); Blue value is 110 (43.36% from 255 or 29.89% from 368); Max value from RGB is 182 - color contains mainly: green. Hex color #4CB66E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB66E is #B34991. Grayscale: #8E8E8E. Windows color (decimal): -11749778 or 7255628. OLE color: 7255628.

HSL color Cylindrical-coordinate representation of color #4CB66E: hue angle of 139.25º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB66E is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.29.

Color convert

RGB76182110-
CMYK0.5800.400.29
HSL139.25º42.06%50.59%-
HSV(B)139.25º58.24%71.37%-
XYZ22.5236.1220.54-
YUV142.1109.8880.85-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.65%
GREEN value IS 182 (71.48% from 255) = 49.46%
BLUE value IS 110 (43.36% from 255) = 29.89%
R=20.65%
G=49.46%
B=29.89%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal761821100.5800.400.29139.2542.0650.59
Hex4CB66E3A0281D8b2a33
Octal11426615672050352135263
Binary100110010110110110111011101001010001110110001011101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB66E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,182,110); }

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

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

 a { background-color: rgb(76,182,110); }

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

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

 span { border-color: rgb(76,182,110); }

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