#4CB76A

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

Shades of Ocean Green #4CB76A

Tints of Ocean Green #4CB76A

Color information

#4CB76A (or 0x4CB76A) is unknown color: approx Ocean Green. HEX triplet: 4C, B7 and 6A. RGB value is (76,183,106). Sum of RGB (Red+Green+Blue) = 76+183+106=365 (48% of max value = 765). Red value is 76 (30.08% from 255 or 20.82% from 365); Green value is 183 (71.88% from 255 or 50.14% from 365); Blue value is 106 (41.80% from 255 or 29.04% from 365); Max value from RGB is 183 - color contains mainly: green. Hex color #4CB76A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4CB76A is #B34895. Grayscale: #8E8E8E. Windows color (decimal): -11749526 or 6993740. OLE color: 6993740.

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

Color convert

RGB76183106-
CMYK0.5800.420.28
HSL136.82º42.63%50.78%-
HSV(B)136.82º58.47%71.76%-
XYZ22.5236.4419.48-
YUV142.23107.5580.76-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 20.82%
GREEN value IS 183 (71.88% from 255) = 50.14%
BLUE value IS 106 (41.80% from 255) = 29.04%
R=20.82%
G=50.14%
B=29.04%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal761831060.5800.420.28136.8242.6350.78
Hex4CB76A3A02A1C892b33
Octal11426715272052342115363
Binary100110010110111110101011101001010101110010001001101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CB76A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,183,106); }

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

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

 a { background-color: rgb(76,183,106); }

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

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

 span { border-color: rgb(76,183,106); }

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