#55926F

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

Shades of Ocean Green #55926F

Tints of Ocean Green #55926F

Color information

#55926F (or 0x55926F) is unknown color: approx Ocean Green. HEX triplet: 55, 92 and 6F. RGB value is (85,146,111). Sum of RGB (Red+Green+Blue) = 85+146+111=342 (45% of max value = 765). Red value is 85 (33.59% from 255 or 24.85% from 342); Green value is 146 (57.42% from 255 or 42.69% from 342); Blue value is 111 (43.75% from 255 or 32.46% from 342); Max value from RGB is 146 - color contains mainly: green. Hex color #55926F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55926F is #AA6D90. Grayscale: #7B7B7B. Windows color (decimal): -11169169 or 7311957. OLE color: 7311957.

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

Color convert

RGB85146111-
CMYK0.4200.240.43
HSL145.57º26.41%45.29%-
HSV(B)145.57º41.78%57.25%-
XYZ16.8923.6418.71-
YUV123.77120.79100.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.85%
GREEN value IS 146 (57.42% from 255) = 42.69%
BLUE value IS 111 (43.75% from 255) = 32.46%
R=24.85%
G=42.69%
B=32.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851461110.4200.240.43145.5726.4145.29
Hex55926F2A0182B921a2d
Octal12522215752030532223255
Binary10101011001001011011111010100110001010111001001011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55926F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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