Html Css Color HEX #55893C Fern Green

📋 copy color: '#55893C'

red 85 ◦ green 137 ◦ blue 60

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

Shades of Fern Green #55893C

Tints of Fern Green #55893C

RGB

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

 GREEN value IS 137 (53.91% from 255) = 48.58%

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

R = 30.14%
G = 48.58%
B = 21.28%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.56

 K value IS 0.46

RGB Variations

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

Color information

#55893C (or 0x55893C) is known color: Fern Green. HEX triplet: 55, 89 and 3C. RGB value is (85,137,60). Sum of RGB (Red+Green+Blue) = 85+137+60=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 137 (53.91% from 255 or 48.58% from 282); Blue value is 60 (23.83% from 255 or 21.28% from 282); Max value from RGB is 137 - color contains mainly: green. Hex color #55893C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55893C is #AA76C3. Grayscale: #707070. Windows color (decimal): -11171524 or 3967317. OLE color: 3967317.

HSL color Cylindrical-coordinate representation of color #55893C: hue angle of 100.52º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55893C is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB 85 137 60 -
CMYK 0.38 0 0.56 0.46
HSL 100.52º 0.39% 0.39% -
HSV(B) 100.52º 0.56% 0.54% -
XYZ 13.51 20.15 7.45 -
YUV 112.67 98.27 108.26 -
System Red Green Blue C M Y K H S L
Decimal 85 137 60 0.38 0 0.56 0.46 100.52 0.39 0.39
Hex 55 89 3C 26 0 38 2E 65 27 27
Octal 125 211 74 46 0 70 56 145 47 47
Binary 1010101 10001001 111100 100110 0 111000 101110 1100101 100111 100111

Color Harmonies of #55893C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55893C

Black with #55893C

Text Example


Text Example

White with #55893C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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