Html Css Color HEX #55843C Fern Green

📋 copy color: '#55843C'

red 85 ◦ green 132 ◦ blue 60

#55843C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fern Green #55843C

Tints of Fern Green #55843C

RGB

 RED value IS 85 (33.59% from 255) = 30.69%

 GREEN value IS 132 (51.95% from 255) = 47.65%

 BLUE value IS 60 (23.83% from 255) = 21.66%

R = 30.69%
G = 47.65%
B = 21.66%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#55843C (or 0x55843C) is known color: Fern Green. HEX triplet: 55, 84 and 3C. RGB value is (85,132,60). Sum of RGB (Red+Green+Blue) = 85+132+60=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 132 (51.95% from 255 or 47.65% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 132 - color contains mainly: green. Hex color #55843C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55843C is #AA7BC3. Grayscale: #6D6D6D. Windows color (decimal): -11172804 or 3966037. OLE color: 3966037.

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

Color convert

RGB 85 132 60 -
CMYK 0.36 0 0.55 0.48
HSL 99.17º 0.38% 0.38% -
HSV(B) 99.17º 0.55% 0.52% -
XYZ 12.81 18.76 7.22 -
YUV 109.74 99.93 110.35 -
System Red Green Blue C M Y K H S L
Decimal 85 132 60 0.36 0 0.55 0.48 99.17 0.38 0.38
Hex 55 84 3C 24 0 37 30 63 26 26
Octal 125 204 74 44 0 67 60 143 46 46
Binary 1010101 10000100 111100 100100 0 110111 110000 1100011 100110 100110

Color Harmonies of #55843C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55843C

Black with #55843C

Text Example


Text Example

White with #55843C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55843C;
 }
 .AnyTagClassName
 {
   color: #55843C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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