#55823B

Color #55823B Fern Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fern Green #55823B

Tints of Fern Green #55823B

Color information

#55823B (or 0x55823B) is unknown color: approx Fern Green. HEX triplet: 55, 82 and 3B. RGB value is (85,130,59). Sum of RGB (Red+Green+Blue) = 85+130+59=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 59 (23.44% from 255 or 21.53% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #55823B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55823B is #AA7DC4. Grayscale: #6C6C6C. Windows color (decimal): -11173317 or 3899989. OLE color: 3899989.

HSL color Cylindrical-coordinate representation of color #55823B: hue angle of 98.03º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55823B is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB8513059-
CMYK0.3500.550.49
HSL98.03º37.57%37.06%-
HSV(B)98.03º54.62%50.98%-
XYZ12.5218.216.99-
YUV108.45100.09111.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 59 (23.44% from 255) = 21.53%
R=31.02%
G=47.45%
B=21.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85130590.3500.550.4998.0337.5737.06
Hex55823B2303731622625
Octal1252027343067611424645
Binary10101011000001011101110001101101111100011100010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55823B; }

 p { color: rgb(85,130,59); }

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

<style>
 a { background-color: #55823B; }

 a { background-color: rgb(85,130,59); }

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

<style>
 span { border-color: #55823B; }

 span { border-color: rgb(85,130,59); }

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