Html Css Color HEX #55824C Glade Green

📋 copy color: '#55824C'

red 85 ◦ green 130 ◦ blue 76

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

Shades of Glade Green #55824C

Tints of Glade Green #55824C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 44.67%

 BLUE value IS 76 (30.08% from 255) = 26.12%

R = 29.21%
G = 44.67%
B = 26.12%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.42

 K value IS 0.49

RGB Variations

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

Color information

#55824C (or 0x55824C) is known color: Glade Green. HEX triplet: 55, 82 and 4C. RGB value is (85,130,76). Sum of RGB (Red+Green+Blue) = 85+130+76=291 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.21% from 291); Green value is 130 (51.17% from 255 or 44.67% from 291); Blue value is 76 (30.08% from 255 or 26.12% from 291); Max value from RGB is 130 - color contains mainly: green. Hex color #55824C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55824C is #AA7DB3. Grayscale: #6E6E6E. Windows color (decimal): -11173300 or 5014101. OLE color: 5014101.

HSL color Cylindrical-coordinate representation of color #55824C: hue angle of 110º degrees, saturation: 0.26, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #55824C is Cyan = 0.35, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.

Color convert

RGB 85 130 76 -
CMYK 0.35 0 0.42 0.49
HSL 110º 0.26% 0.4% -
HSV(B) 110º 0.42% 0.51% -
XYZ 13.03 18.42 9.71 -
YUV 110.39 108.59 109.89 -
System Red Green Blue C M Y K H S L
Decimal 85 130 76 0.35 0 0.42 0.49 110 0.26 0.4
Hex 55 82 4C 23 0 2A 31 6E 1A 28
Octal 125 202 114 43 0 52 61 156 32 50
Binary 1010101 10000010 1001100 100011 0 101010 110001 1101110 11010 101000

Color Harmonies of #55824C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55824C

Black with #55824C

Text Example


Text Example

White with #55824C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55824C; }

 p { color: rgb(85,130,76); }

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

background-color css

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

 a { background-color: rgb(85,130,76); }

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

border-color css

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

 span { border-color: rgb(85,130,76); }

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