Html Css Color HEX #55863D Fern Green

📋 copy color: '#55863D'

red 85 ◦ green 134 ◦ blue 61

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

Shades of Fern Green #55863D

Tints of Fern Green #55863D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.86%

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

R = 30.36%
G = 47.86%
B = 21.79%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#55863D (or 0x55863D) is known color: Fern Green. HEX triplet: 55, 86 and 3D. RGB value is (85,134,61). Sum of RGB (Red+Green+Blue) = 85+134+61=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 134 (52.73% from 255 or 47.86% from 280); Blue value is 61 (24.22% from 255 or 21.79% from 280); Max value from RGB is 134 - color contains mainly: green. Hex color #55863D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55863D is #AA79C2. Grayscale: #6F6F6F. Windows color (decimal): -11172291 or 4032085. OLE color: 4032085.

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

Color convert

RGB 85 134 61 -
CMYK 0.37 0 0.54 0.47
HSL 100.27º 0.37% 0.38% -
HSV(B) 100.27º 0.54% 0.53% -
XYZ 13.11 19.32 7.45 -
YUV 111.03 99.77 109.44 -
System Red Green Blue C M Y K H S L
Decimal 85 134 61 0.37 0 0.54 0.47 100.27 0.37 0.38
Hex 55 86 3D 25 0 36 2F 64 25 26
Octal 125 206 75 45 0 66 57 144 45 46
Binary 1010101 10000110 111101 100101 0 110110 101111 1100100 100101 100110

Color Harmonies of #55863D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55863D

Black with #55863D

Text Example


Text Example

White with #55863D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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