Html Css Color HEX #648552 Glade Green

📋 copy color: '#648552'

red 100 ◦ green 133 ◦ blue 82

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

Shades of Glade Green #648552

Tints of Glade Green #648552

RGB

 RED value IS 100 (39.45% from 255) = 31.75%

 GREEN value IS 133 (52.34% from 255) = 42.22%

 BLUE value IS 82 (32.42% from 255) = 26.03%

R = 31.75%
G = 42.22%
B = 26.03%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.38

 K value IS 0.48

RGB Variations

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

Color information

#648552 (or 0x648552) is known color: Glade Green. HEX triplet: 64, 85 and 52. RGB value is (100,133,82). Sum of RGB (Red+Green+Blue) = 100+133+82=315 (41% of max value = 765). Red value is 100 (39.45% from 255 or 31.75% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #648552 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648552 is #9B7AAD. Grayscale: #757575. Windows color (decimal): -10189486 or 5408100. OLE color: 5408100.

HSL color Cylindrical-coordinate representation of color #648552: hue angle of 98.82º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #648552 is Cyan = 0.25, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 82 -
CMYK 0.25 0 0.38 0.48
HSL 98.82º 0.24% 0.42% -
HSV(B) 98.82º 0.38% 0.52% -
XYZ 15.17 20.09 11.06 -
YUV 117.32 108.07 115.65 -
System Red Green Blue C M Y K H S L
Decimal 100 133 82 0.25 0 0.38 0.48 98.82 0.24 0.42
Hex 64 85 52 19 0 26 30 63 18 2A
Octal 144 205 122 31 0 46 60 143 30 52
Binary 1100100 10000101 1010010 11001 0 100110 110000 1100011 11000 101010

Color Harmonies of #648552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648552

Black with #648552

Text Example


Text Example

White with #648552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648552; }

 p { color: rgb(100,133,82); }

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

background-color css

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

 a { background-color: rgb(100,133,82); }

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

border-color css

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

 span { border-color: rgb(100,133,82); }

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