Html Css Color HEX #559242 Glade Green

📋 copy color: '#559242'

red 85 ◦ green 146 ◦ blue 66

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

Shades of Glade Green #559242

Tints of Glade Green #559242

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.16%

 BLUE value IS 66 (26.17% from 255) = 22.22%

R = 28.62%
G = 49.16%
B = 22.22%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.55

 K value IS 0.43

RGB Variations

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

Color information

#559242 (or 0x559242) is known color: Glade Green. HEX triplet: 55, 92 and 42. RGB value is (85,146,66). Sum of RGB (Red+Green+Blue) = 85+146+66=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 146 (57.42% from 255 or 49.16% from 297); Blue value is 66 (26.17% from 255 or 22.22% from 297); Max value from RGB is 146 - color contains mainly: green. Hex color #559242 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #559242 is #AA6DBD. Grayscale: #767676. Windows color (decimal): -11169214 or 4362837. OLE color: 4362837.

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

Color convert

RGB 85 146 66 -
CMYK 0.42 0 0.55 0.43
HSL 105.75º 0.38% 0.42% -
HSV(B) 105.75º 0.55% 0.57% -
XYZ 15.01 22.88 8.78 -
YUV 118.64 98.29 104 -
System Red Green Blue C M Y K H S L
Decimal 85 146 66 0.42 0 0.55 0.43 105.75 0.38 0.42
Hex 55 92 42 2A 0 37 2B 6A 26 2A
Octal 125 222 102 52 0 67 53 152 46 52
Binary 1010101 10010010 1000010 101010 0 110111 101011 1101010 100110 101010

Color Harmonies of #559242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559242

Black with #559242

Text Example


Text Example

White with #559242

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559242; }

 p { color: rgb(85,146,66); }

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

background-color css

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

 a { background-color: rgb(85,146,66); }

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

border-color css

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

 span { border-color: rgb(85,146,66); }

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