#55833A

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

Shades of Fern Green #55833A

Tints of Fern Green #55833A

Color information

#55833A (or 0x55833A) is unknown color: approx Fern Green. HEX triplet: 55, 83 and 3A. RGB value is (85,131,58). Sum of RGB (Red+Green+Blue) = 85+131+58=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 131 (51.56% from 255 or 47.81% from 274); Blue value is 58 (23.05% from 255 or 21.17% from 274); Max value from RGB is 131 - color contains mainly: green. Hex color #55833A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55833A is #AA7CC5. Grayscale: #6D6D6D. Windows color (decimal): -11173062 or 3834709. OLE color: 3834709.

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

Color convert

RGB8513158-
CMYK0.3500.560.49
HSL97.81º38.62%37.06%-
HSV(B)97.81º55.73%51.37%-
XYZ12.6318.476.9-
YUV108.9299.26110.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 131 (51.56% from 255) = 47.81%
BLUE value IS 58 (23.05% from 255) = 21.17%
R=31.02%
G=47.81%
B=21.17%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85131580.3500.560.4997.8138.6237.06
Hex55833A2303831622725
Octal1252037243070611424745
Binary10101011000001111101010001101110001100011100010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55833A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55833A; }

 p { color: rgb(85,131,58); }

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

<style>
 a { background-color: #55833A; }

 a { background-color: rgb(85,131,58); }

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

<style>
 span { border-color: #55833A; }

 span { border-color: rgb(85,131,58); }

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