#55936C

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

Shades of Ocean Green #55936C

Tints of Ocean Green #55936C

Color information

#55936C (or 0x55936C) is unknown color: approx Ocean Green. HEX triplet: 55, 93 and 6C. RGB value is (85,147,108). Sum of RGB (Red+Green+Blue) = 85+147+108=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 147 (57.81% from 255 or 43.24% from 340); Blue value is 108 (42.58% from 255 or 31.76% from 340); Max value from RGB is 147 - color contains mainly: green. Hex color #55936C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55936C is #AA6C93. Grayscale: #7C7C7C. Windows color (decimal): -11168916 or 7115605. OLE color: 7115605.

HSL color Cylindrical-coordinate representation of color #55936C: hue angle of 142.26º 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 #55936C is Cyan = 0.42, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB85147108-
CMYK0.4200.270.42
HSL142.26º26.72%45.49%-
HSV(B)142.26º42.18%57.65%-
XYZ16.8923.8817.91-
YUV124.02118.96100.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 147 (57.81% from 255) = 43.24%
BLUE value IS 108 (42.58% from 255) = 31.76%
R=25%
G=43.24%
B=31.76%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851471080.4200.270.42142.2626.7245.49
Hex55936C2A01B2A8e1b2d
Octal12522315452033522163355
Binary10101011001001111011001010100110111010101000111011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55936C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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