Html Css Color HEX #55853D Fern Green

📋 copy color: '#55853D'

red 85 ◦ green 133 ◦ blue 61

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

Shades of Fern Green #55853D

Tints of Fern Green #55853D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 47.67%

 BLUE value IS 61 (24.22% from 255) = 21.86%

R = 30.47%
G = 47.67%
B = 21.86%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#55853D (or 0x55853D) is known color: Fern Green. HEX triplet: 55, 85 and 3D. RGB value is (85,133,61). Sum of RGB (Red+Green+Blue) = 85+133+61=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 133 (52.34% from 255 or 47.67% from 279); Blue value is 61 (24.22% from 255 or 21.86% from 279); Max value from RGB is 133 - color contains mainly: green. Hex color #55853D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55853D is #AA7AC2. Grayscale: #6E6E6E. Windows color (decimal): -11172547 or 4031829. OLE color: 4031829.

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

Color convert

RGB 85 133 61 -
CMYK 0.36 0 0.54 0.48
HSL 100º 0.37% 0.38% -
HSV(B) 100º 0.54% 0.52% -
XYZ 12.98 19.04 7.41 -
YUV 110.44 100.1 109.85 -
System Red Green Blue C M Y K H S L
Decimal 85 133 61 0.36 0 0.54 0.48 100 0.37 0.38
Hex 55 85 3D 24 0 36 30 64 25 26
Octal 125 205 75 44 0 66 60 144 45 46
Binary 1010101 10000101 111101 100100 0 110110 110000 1100100 100101 100110

Color Harmonies of #55853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55853D

Black with #55853D

Text Example


Text Example

White with #55853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #55853D;
 }
 .AnyTagClassName
 {
   color: #55853D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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