#55834A

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

Shades of Fern Green #55834A

Tints of Fern Green #55834A

Color information

#55834A (or 0x55834A) is unknown color: approx Fern Green. HEX triplet: 55, 83 and 4A. RGB value is (85,131,74). Sum of RGB (Red+Green+Blue) = 85+131+74=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 131 (51.56% from 255 or 45.17% from 290); Blue value is 74 (29.30% from 255 or 25.52% from 290); Max value from RGB is 131 - color contains mainly: green. Hex color #55834A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55834A is #AA7CB5. Grayscale: #6E6E6E. Windows color (decimal): -11173046 or 4883285. OLE color: 4883285.

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

Color convert

RGB8513174-
CMYK0.3500.440.49
HSL108.42º27.8%40.2%-
HSV(B)108.42º43.51%51.37%-
XYZ13.118.669.39-
YUV110.75107.26109.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 131 (51.56% from 255) = 45.17%
BLUE value IS 74 (29.30% from 255) = 25.52%
R=29.31%
G=45.17%
B=25.52%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85131740.3500.440.49108.4227.840.2
Hex55834A2302C316c1c28
Octal12520311243054611543450
Binary10101011000001110010101000110101100110001110110011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55834A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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