#648955

Color #648955 Glade Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Glade Green #648955

Tints of Glade Green #648955

Color information

#648955 (or 0x648955) is unknown color: approx Glade Green. HEX triplet: 64, 89 and 55. RGB value is (100,137,85). Sum of RGB (Red+Green+Blue) = 100+137+85=322 (42% of max value = 765). Red value is 100 (39.45% from 255 or 31.06% from 322); Green value is 137 (53.91% from 255 or 42.55% from 322); Blue value is 85 (33.59% from 255 or 26.40% from 322); Max value from RGB is 137 - color contains mainly: green. Hex color #648955 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648955 is #9B76AA. Grayscale: #787878. Windows color (decimal): -10188459 or 5605732. OLE color: 5605732.

HSL color Cylindrical-coordinate representation of color #648955: hue angle of 102.69º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #648955 is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.46.

Color convert

RGB10013785-
CMYK0.2700.380.46
HSL102.69º23.42%43.53%-
HSV(B)102.69º37.96%53.73%-
XYZ15.8421.2611.86-
YUV120.01108.24113.73-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 31.06%
GREEN value IS 137 (53.91% from 255) = 42.55%
BLUE value IS 85 (33.59% from 255) = 26.40%
R=31.06%
G=42.55%
B=26.40%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal100137850.2700.380.46102.6923.4243.53
Hex6489551B0262E67172c
Octal14421112533046561472754
Binary1100100100010011010101110110100110101110110011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648955; }

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

 H1.HeaderClassName
 {
   color: #648955;
 }
 .AnyTagClassName
 {
   color: #648955;
 }
</style>
background-color css

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

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

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

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

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

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