Html Css Color HEX #55773F Fern Green

📋 copy color: '#55773F'

red 85 ◦ green 119 ◦ blue 63

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

Shades of Fern Green #55773F

Tints of Fern Green #55773F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 44.57%

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

R = 31.84%
G = 44.57%
B = 23.6%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#55773F (or 0x55773F) is known color: Fern Green. HEX triplet: 55, 77 and 3F. RGB value is (85,119,63). Sum of RGB (Red+Green+Blue) = 85+119+63=267 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.84% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 63 (25% from 255 or 23.60% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #55773F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55773F is #AA88C0. Grayscale: #666666. Windows color (decimal): -11176129 or 4159317. OLE color: 4159317.

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

Color convert

RGB 85 119 63 -
CMYK 0.29 0 0.47 0.53
HSL 96.43º 0.31% 0.36% -
HSV(B) 96.43º 0.47% 0.47% -
XYZ 11.24 15.48 7.1 -
YUV 102.45 105.74 115.55 -
System Red Green Blue C M Y K H S L
Decimal 85 119 63 0.29 0 0.47 0.53 96.43 0.31 0.36
Hex 55 77 3F 1D 0 2F 35 60 1F 24
Octal 125 167 77 35 0 57 65 140 37 44
Binary 1010101 1110111 111111 11101 0 101111 110101 1100000 11111 100100

Color Harmonies of #55773F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55773F

Black with #55773F

Text Example


Text Example

White with #55773F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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