#55956F

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

Shades of Ocean Green #55956F

Tints of Ocean Green #55956F

Color information

#55956F (or 0x55956F) is unknown color: approx Ocean Green. HEX triplet: 55, 95 and 6F. RGB value is (85,149,111). Sum of RGB (Red+Green+Blue) = 85+149+111=345 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.64% from 345); Green value is 149 (58.59% from 255 or 43.19% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 149 - color contains mainly: green. Hex color #55956F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55956F is #AA6A90. Grayscale: #7D7D7D. Windows color (decimal): -11168401 or 7312725. OLE color: 7312725.

HSL color Cylindrical-coordinate representation of color #55956F: hue angle of 144.38º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #55956F is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB85149111-
CMYK0.4300.260.42
HSL144.38º27.35%45.88%-
HSV(B)144.38º42.95%58.43%-
XYZ17.3624.5718.87-
YUV125.53119.899.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.64%
GREEN value IS 149 (58.59% from 255) = 43.19%
BLUE value IS 111 (43.75% from 255) = 32.17%
R=24.64%
G=43.19%
B=32.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851491110.4300.260.42144.3827.3545.88
Hex55956F2B01A2A901b2e
Octal12522515753032522203356
Binary10101011001010111011111010110110101010101001000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55956F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55956F; }

 p { color: rgb(85,149,111); }

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

<style>
 a { background-color: #55956F; }

 a { background-color: rgb(85,149,111); }

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

<style>
 span { border-color: #55956F; }

 span { border-color: rgb(85,149,111); }

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