#55843A

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

Shades of Fern Green #55843A

Tints of Fern Green #55843A

Color information

#55843A (or 0x55843A) is unknown color: approx Fern Green. HEX triplet: 55, 84 and 3A. RGB value is (85,132,58). Sum of RGB (Red+Green+Blue) = 85+132+58=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 132 (51.95% from 255 or 48% from 275); Blue value is 58 (23.05% from 255 or 21.09% from 275); Max value from RGB is 132 - color contains mainly: green. Hex color #55843A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55843A is #AA7BC5. Grayscale: #6D6D6D. Windows color (decimal): -11172806 or 3834965. OLE color: 3834965.

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

Color convert

RGB8513258-
CMYK0.3600.560.48
HSL98.11º38.95%37.25%-
HSV(B)98.11º56.06%51.76%-
XYZ12.7618.746.95-
YUV109.5198.93110.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 132 (51.95% from 255) = 48%
BLUE value IS 58 (23.05% from 255) = 21.09%
R=30.91%
G=48%
B=21.09%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85132580.3600.560.4898.1138.9537.25
Hex55843A2403830622725
Octal1252047244070601424745
Binary10101011000010011101010010001110001100001100010100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55843A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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