#55833F

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

Shades of Fern Green #55833F

Tints of Fern Green #55833F

Color information

#55833F (or 0x55833F) is unknown color: approx Fern Green. HEX triplet: 55, 83 and 3F. RGB value is (85,131,63). Sum of RGB (Red+Green+Blue) = 85+131+63=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 131 (51.56% from 255 or 46.95% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 131 - color contains mainly: green. Hex color #55833F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55833F is #AA7CC0. Grayscale: #6D6D6D. Windows color (decimal): -11173057 or 4162389. OLE color: 4162389.

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

Color convert

RGB8513163-
CMYK0.3500.520.49
HSL100.59º35.05%38.04%-
HSV(B)100.59º51.91%51.37%-
XYZ12.7618.527.61-
YUV109.49101.76110.53-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 131 (51.56% from 255) = 46.95%
BLUE value IS 63 (25% from 255) = 22.58%
R=30.47%
G=46.95%
B=22.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85131630.3500.520.49100.5935.0538.04
Hex55833F2303431652326
Octal1252037743064611454346
Binary10101011000001111111110001101101001100011100101100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55833F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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