Html Css Color HEX #55893A Fern Green

📋 copy color: '#55893A'

red 85 ◦ green 137 ◦ blue 58

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

Shades of Fern Green #55893A

Tints of Fern Green #55893A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 20.71%

R = 30.36%
G = 48.93%
B = 20.71%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.58

 K value IS 0.46

RGB Variations

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

Color information

#55893A (or 0x55893A) is known color: Fern Green. HEX triplet: 55, 89 and 3A. RGB value is (85,137,58). Sum of RGB (Red+Green+Blue) = 85+137+58=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 137 (53.91% from 255 or 48.93% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 137 - color contains mainly: green. Hex color #55893A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55893A is #AA76C5. Grayscale: #707070. Windows color (decimal): -11171526 or 3836245. OLE color: 3836245.

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

Color convert

RGB 85 137 58 -
CMYK 0.38 0 0.58 0.46
HSL 99.49º 0.41% 0.38% -
HSV(B) 99.49º 0.58% 0.54% -
XYZ 13.46 20.13 7.18 -
YUV 112.45 97.27 108.42 -
System Red Green Blue C M Y K H S L
Decimal 85 137 58 0.38 0 0.58 0.46 99.49 0.41 0.38
Hex 55 89 3A 26 0 3A 2E 63 29 26
Octal 125 211 72 46 0 72 56 143 51 46
Binary 1010101 10001001 111010 100110 0 111010 101110 1100011 101001 100110

Color Harmonies of #55893A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55893A

Black with #55893A

Text Example


Text Example

White with #55893A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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