#4cb36d

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

Shades of Ocean Green #4CB36D

Tints of Ocean Green #4CB36D

Color information

#4CB36D (or 0x4CB36D) is unknown color: approx Ocean Green. HEX triplet: 4C, B3 and 6D. RGB value is (76,179,109). Sum of RGB (Red+Green+Blue) = 76+179+109=364 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.88% from 364); Green value is 179 (70.31% from 255 or 49.18% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 179 - color contains mainly: green. Hex color #4CB36D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB36D is #B34C92. Grayscale: #8C8C8C. Windows color (decimal): -11750547 or 7189324. OLE color: 7189324.

HSL color Cylindrical-coordinate representation of color #4CB36D: hue angle of 139.22º degrees, saturation: 0.4, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4CB36D is Cyan = 0.58, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB76179109-
CMYK0.5800.390.30
HSL139.22º40.39%50%-
HSV(B)139.22º57.54%70.2%-
XYZ21.8634.8820.05-
YUV140.22110.3882.19-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.88%
GREEN value IS 179 (70.31% from 255) = 49.18%
BLUE value IS 109 (42.97% from 255) = 29.95%
R=20.88%
G=49.18%
B=29.95%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal761791090.5800.390.30139.2240.3950
Hex4CB36D3A0271E8b2832
Octal11426315572047362135062
Binary100110010110011110110111101001001111111010001011101000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4cb36d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,179,109); }

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

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

 a { background-color: rgb(76,179,109); }

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

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

 span { border-color: rgb(76,179,109); }

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