Html Css Color HEX #558C4A Glade Green

📋 copy color: '#558C4A'

red 85 ◦ green 140 ◦ blue 74

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

Shades of Glade Green #558C4A

Tints of Glade Green #558C4A

RGB

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

 GREEN value IS 140 (55.08% from 255) = 46.82%

 BLUE value IS 74 (29.3% from 255) = 24.75%

R = 28.43%
G = 46.82%
B = 24.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#558C4A (or 0x558C4A) is known color: Glade Green. HEX triplet: 55, 8C and 4A. RGB value is (85,140,74). Sum of RGB (Red+Green+Blue) = 85+140+74=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 140 (55.08% from 255 or 46.82% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 140 - color contains mainly: green. Hex color #558C4A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #558C4A is #AA73B5. Grayscale: #747474. Windows color (decimal): -11170742 or 4885589. OLE color: 4885589.

HSL color Cylindrical-coordinate representation of color #558C4A: hue angle of 110º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #558C4A is Cyan = 0.39, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 85 140 74 -
CMYK 0.39 0 0.47 0.45
HSL 110º 0.31% 0.42% -
HSV(B) 110º 0.47% 0.55% -
XYZ 14.36 21.18 9.81 -
YUV 116.03 104.28 105.87 -
System Red Green Blue C M Y K H S L
Decimal 85 140 74 0.39 0 0.47 0.45 110 0.31 0.42
Hex 55 8C 4A 27 0 2F 2D 6E 1F 2A
Octal 125 214 112 47 0 57 55 156 37 52
Binary 1010101 10001100 1001010 100111 0 101111 101101 1101110 11111 101010

Color Harmonies of #558C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558C4A

Black with #558C4A

Text Example


Text Example

White with #558C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558C4A; }

 p { color: rgb(85,140,74); }

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

background-color css

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

 a { background-color: rgb(85,140,74); }

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

border-color css

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

 span { border-color: rgb(85,140,74); }

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