Html Css Color HEX #558848 Glade Green

📋 copy color: '#558848'

red 85 ◦ green 136 ◦ blue 72

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

Shades of Glade Green #558848

Tints of Glade Green #558848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 46.42%

 BLUE value IS 72 (28.52% from 255) = 24.57%

R = 29.01%
G = 46.42%
B = 24.57%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#558848 (or 0x558848) is known color: Glade Green. HEX triplet: 55, 88 and 48. RGB value is (85,136,72). Sum of RGB (Red+Green+Blue) = 85+136+72=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 136 (53.52% from 255 or 46.42% from 293); Blue value is 72 (28.52% from 255 or 24.57% from 293); Max value from RGB is 136 - color contains mainly: green. Hex color #558848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558848 is #AA77B7. Grayscale: #717171. Windows color (decimal): -11171768 or 4753493. OLE color: 4753493.

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

Color convert

RGB 85 136 72 -
CMYK 0.38 0 0.47 0.47
HSL 107.81º 0.31% 0.41% -
HSV(B) 107.81º 0.47% 0.53% -
XYZ 13.72 20.01 9.27 -
YUV 113.46 104.6 107.7 -
System Red Green Blue C M Y K H S L
Decimal 85 136 72 0.38 0 0.47 0.47 107.81 0.31 0.41
Hex 55 88 48 26 0 2F 2F 6C 1F 29
Octal 125 210 110 46 0 57 57 154 37 51
Binary 1010101 10001000 1001000 100110 0 101111 101111 1101100 11111 101001

Color Harmonies of #558848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558848

Black with #558848

Text Example


Text Example

White with #558848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558848; }

 p { color: rgb(85,136,72); }

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

background-color css

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

 a { background-color: rgb(85,136,72); }

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

border-color css

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

 span { border-color: rgb(85,136,72); }

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