#4C956E

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

Shades of Ocean Green #4C956E

Tints of Ocean Green #4C956E

Color information

#4C956E (or 0x4C956E) is unknown color: approx Ocean Green. HEX triplet: 4C, 95 and 6E. RGB value is (76,149,110). Sum of RGB (Red+Green+Blue) = 76+149+110=335 (44% of max value = 765). Red value is 76 (30.08% from 255 or 22.69% from 335); Green value is 149 (58.59% from 255 or 44.48% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 149 - color contains mainly: green. Hex color #4C956E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4C956E is #B36A91. Grayscale: #7A7A7A. Windows color (decimal): -11758226 or 7247180. OLE color: 7247180.

HSL color Cylindrical-coordinate representation of color #4C956E: hue angle of 147.95º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4C956E is Cyan = 0.49, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB76149110-
CMYK0.4900.260.42
HSL147.95º32.44%44.12%-
HSV(B)147.95º48.99%58.43%-
XYZ16.5424.1618.54-
YUV122.73120.8294.67-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 22.69%
GREEN value IS 149 (58.59% from 255) = 44.48%
BLUE value IS 110 (43.36% from 255) = 32.84%
R=22.69%
G=44.48%
B=32.84%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal761491100.4900.260.42147.9532.4444.12
Hex4C956E3101A2A94202c
Octal11422515661032522244054
Binary100110010010101110111011000101101010101010010100100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4C956E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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