Html Css Color HEX #648555 Glade Green

📋 copy color: '#648555'

red 100 ◦ green 133 ◦ blue 85

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

Shades of Glade Green #648555

Tints of Glade Green #648555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 26.73%

R = 31.45%
G = 41.82%
B = 26.73%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.36

 K value IS 0.48

RGB Variations

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

Color information

#648555 (or 0x648555) is known color: Glade Green. HEX triplet: 64, 85 and 55. RGB value is (100,133,85). Sum of RGB (Red+Green+Blue) = 100+133+85=318 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.45% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 85 (33.59% from 255 or 26.73% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #648555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648555 is #9B7AAA. Grayscale: #757575. Windows color (decimal): -10189483 or 5604708. OLE color: 5604708.

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

Color convert

RGB 100 133 85 -
CMYK 0.25 0 0.36 0.48
HSL 101.25º 0.22% 0.43% -
HSV(B) 101.25º 0.36% 0.52% -
XYZ 15.28 20.14 11.68 -
YUV 117.66 109.57 115.4 -
System Red Green Blue C M Y K H S L
Decimal 100 133 85 0.25 0 0.36 0.48 101.25 0.22 0.43
Hex 64 85 55 19 0 24 30 65 16 2B
Octal 144 205 125 31 0 44 60 145 26 53
Binary 1100100 10000101 1010101 11001 0 100100 110000 1100101 10110 101011

Color Harmonies of #648555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648555

Black with #648555

Text Example


Text Example

White with #648555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648555; }

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

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

background-color css

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

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

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

border-color css

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

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

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