#55936E

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

Shades of Ocean Green #55936E

Tints of Ocean Green #55936E

Color information

#55936E (or 0x55936E) is unknown color: approx Ocean Green. HEX triplet: 55, 93 and 6E. RGB value is (85,147,110). Sum of RGB (Red+Green+Blue) = 85+147+110=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 147 (57.81% from 255 or 42.98% from 342); Blue value is 110 (43.36% from 255 or 32.16% from 342); Max value from RGB is 147 - color contains mainly: green. Hex color #55936E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55936E is #AA6C91. Grayscale: #7C7C7C. Windows color (decimal): -11168914 or 7246677. OLE color: 7246677.

HSL color Cylindrical-coordinate representation of color #55936E: hue angle of 144.19º degrees, saturation: 0.27, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55936E is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB85147110-
CMYK0.4200.250.42
HSL144.19º26.72%45.49%-
HSV(B)144.19º42.18%57.65%-
XYZ16.9923.9218.47-
YUV124.24119.96100.01-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 147 (57.81% from 255) = 42.98%
BLUE value IS 110 (43.36% from 255) = 32.16%
R=24.85%
G=42.98%
B=32.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851471100.4200.250.42144.1926.7245.49
Hex55936E2A0192A901b2d
Octal12522315652031522203355
Binary10101011001001111011101010100110011010101001000011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55936E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55936E; }

 p { color: rgb(85,147,110); }

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

<style>
 a { background-color: #55936E; }

 a { background-color: rgb(85,147,110); }

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

<style>
 span { border-color: #55936E; }

 span { border-color: rgb(85,147,110); }

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