Html Css Color HEX #55963E Fern Green

📋 copy color: '#55963E'

red 85 ◦ green 150 ◦ blue 62

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

Shades of Fern Green #55963E

Tints of Fern Green #55963E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 50.51%

 BLUE value IS 62 (24.61% from 255) = 20.88%

R = 28.62%
G = 50.51%
B = 20.88%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.59

 K value IS 0.41

RGB Variations

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

Color information

#55963E (or 0x55963E) is known color: Fern Green. HEX triplet: 55, 96 and 3E. RGB value is (85,150,62). Sum of RGB (Red+Green+Blue) = 85+150+62=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 150 (58.98% from 255 or 50.51% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 150 - color contains mainly: green. Hex color #55963E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55963E is #AA69C1. Grayscale: #787878. Windows color (decimal): -11168194 or 4101717. OLE color: 4101717.

HSL color Cylindrical-coordinate representation of color #55963E: hue angle of 104.32º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #55963E is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 150 62 -
CMYK 0.43 0 0.59 0.41
HSL 104.32º 0.42% 0.42% -
HSV(B) 104.32º 0.59% 0.59% -
XYZ 15.52 24.09 8.39 -
YUV 120.53 94.97 102.66 -
System Red Green Blue C M Y K H S L
Decimal 85 150 62 0.43 0 0.59 0.41 104.32 0.42 0.42
Hex 55 96 3E 2B 0 3B 29 68 2A 2A
Octal 125 226 76 53 0 73 51 150 52 52
Binary 1010101 10010110 111110 101011 0 111011 101001 1101000 101010 101010

Color Harmonies of #55963E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55963E

Black with #55963E

Text Example


Text Example

White with #55963E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55963E; }

 p { color: rgb(85,150,62); }

 H1.HeaderClassName
 {
   color: #55963E;
 }
 .AnyTagClassName
 {
   color: #55963E;
 }
</style>

background-color css

<style>
 a { background-color: #55963E; }

 a { background-color: rgb(85,150,62); }

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

border-color css

<style>
 span { border-color: #55963E; }

 span { border-color: rgb(85,150,62); }

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