#55926D

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

Shades of Ocean Green #55926D

Tints of Ocean Green #55926D

Color information

#55926D (or 0x55926D) is unknown color: approx Ocean Green. HEX triplet: 55, 92 and 6D. RGB value is (85,146,109). Sum of RGB (Red+Green+Blue) = 85+146+109=340 (45% of max value = 765). Red value is 85 (33.59% from 255 or 25% from 340); Green value is 146 (57.42% from 255 or 42.94% from 340); Blue value is 109 (42.97% from 255 or 32.06% from 340); Max value from RGB is 146 - color contains mainly: green. Hex color #55926D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55926D is #AA6D92. Grayscale: #7B7B7B. Windows color (decimal): -11169171 or 7180885. OLE color: 7180885.

HSL color Cylindrical-coordinate representation of color #55926D: hue angle of 143.61º 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 #55926D is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB85146109-
CMYK0.4200.250.43
HSL143.61º26.41%45.29%-
HSV(B)143.61º41.78%57.25%-
XYZ16.7923.5918.14-
YUV123.54119.79100.51-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25%
GREEN value IS 146 (57.42% from 255) = 42.94%
BLUE value IS 109 (42.97% from 255) = 32.06%
R=25%
G=42.94%
B=32.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851461090.4200.250.43143.6126.4145.29
Hex55926D2A0192B901a2d
Octal12522215552031532203255
Binary10101011001001011011011010100110011010111001000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55926D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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