Html Css Color HEX #55873F Fern Green

📋 copy color: '#55873F'

red 85 ◦ green 135 ◦ blue 63

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

Shades of Fern Green #55873F

Tints of Fern Green #55873F

RGB

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

 GREEN value IS 135 (53.13% from 255) = 47.7%

 BLUE value IS 63 (25% from 255) = 22.26%

R = 30.04%
G = 47.7%
B = 22.26%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#55873F (or 0x55873F) is known color: Fern Green. HEX triplet: 55, 87 and 3F. RGB value is (85,135,63). Sum of RGB (Red+Green+Blue) = 85+135+63=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 63 (25% from 255 or 22.26% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #55873F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55873F is #AA78C0. Grayscale: #707070. Windows color (decimal): -11172033 or 4163413. OLE color: 4163413.

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

Color convert

RGB 85 135 63 -
CMYK 0.37 0 0.53 0.47
HSL 101.67º 0.36% 0.39% -
HSV(B) 101.67º 0.53% 0.53% -
XYZ 13.31 19.62 7.79 -
YUV 111.84 100.44 108.85 -
System Red Green Blue C M Y K H S L
Decimal 85 135 63 0.37 0 0.53 0.47 101.67 0.36 0.39
Hex 55 87 3F 25 0 35 2F 66 24 27
Octal 125 207 77 45 0 65 57 146 44 47
Binary 1010101 10000111 111111 100101 0 110101 101111 1100110 100100 100111

Color Harmonies of #55873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55873F

Black with #55873F

Text Example


Text Example

White with #55873F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55873F; }

 p { color: rgb(85,135,63); }

 H1.HeaderClassName
 {
   color: #55873F;
 }
 .AnyTagClassName
 {
   color: #55873F;
 }
</style>

background-color css

<style>
 a { background-color: #55873F; }

 a { background-color: rgb(85,135,63); }

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

border-color css

<style>
 span { border-color: #55873F; }

 span { border-color: rgb(85,135,63); }

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