#648150

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

Shades of Glade Green #648150

Tints of Glade Green #648150

Color information

#648150 (or 0x648150) is unknown color: approx Glade Green. HEX triplet: 64, 81 and 50. RGB value is (100,129,80). Sum of RGB (Red+Green+Blue) = 100+129+80=309 (40% of max value = 765). Red value is 100 (39.45% from 255 or 32.36% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 80 (31.64% from 255 or 25.89% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #648150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648150 is #9B7EAF. Grayscale: #727272. Windows color (decimal): -10190512 or 5276004. OLE color: 5276004.

HSL color Cylindrical-coordinate representation of color #648150: hue angle of 95.51º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #648150 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.49.

Color convert

RGB10012980-
CMYK0.2200.380.49
HSL95.51º23.44%40.98%-
HSV(B)95.51º37.98%50.59%-
XYZ14.5518.9910.49-
YUV114.74108.39117.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 32.36%
GREEN value IS 129 (50.78% from 255) = 41.75%
BLUE value IS 80 (31.64% from 255) = 25.89%
R=32.36%
G=41.75%
B=25.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal100129800.2200.380.4995.5123.4440.98
Hex6481501602631601729
Octal14420112026046611402751
Binary1100100100000011010000101100100110110001110000010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648150; }

 p { color: rgb(100,129,80); }

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

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

 a { background-color: rgb(100,129,80); }

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

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

 span { border-color: rgb(100,129,80); }

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