#55833D

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

Shades of Fern Green #55833D

Tints of Fern Green #55833D

Color information

#55833D (or 0x55833D) is unknown color: approx Fern Green. HEX triplet: 55, 83 and 3D. RGB value is (85,131,61). Sum of RGB (Red+Green+Blue) = 85+131+61=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 131 (51.56% from 255 or 47.29% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 131 - color contains mainly: green. Hex color #55833D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55833D is #AA7CC2. Grayscale: #6D6D6D. Windows color (decimal): -11173059 or 4031317. OLE color: 4031317.

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

Color convert

RGB8513161-
CMYK0.3500.530.49
HSL99.43º36.46%37.65%-
HSV(B)99.43º53.44%51.37%-
XYZ12.718.57.32-
YUV109.27100.76110.69-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.69%
GREEN value IS 131 (51.56% from 255) = 47.29%
BLUE value IS 61 (24.22% from 255) = 22.02%
R=30.69%
G=47.29%
B=22.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85131610.3500.530.4999.4336.4637.65
Hex55833D2303531632426
Octal1252037543065611434446
Binary10101011000001111110110001101101011100011100011100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55833D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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