#64954E

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

Shades of Glade Green #64954E

Tints of Glade Green #64954E

Color information

#64954E (or 0x64954E) is unknown color: approx Glade Green. HEX triplet: 64, 95 and 4E. RGB value is (100,149,78). Sum of RGB (Red+Green+Blue) = 100+149+78=327 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.58% from 327); Green value is 149 (58.59% from 255 or 45.57% from 327); Blue value is 78 (30.86% from 255 or 23.85% from 327); Max value from RGB is 149 - color contains mainly: green. Hex color #64954E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64954E is #9B6AB1. Grayscale: #7E7E7E. Windows color (decimal): -10185394 or 5150052. OLE color: 5150052.

HSL color Cylindrical-coordinate representation of color #64954E: hue angle of 101.41º degrees, saturation: 0.31, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #64954E is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB10014978-
CMYK0.3300.480.42
HSL101.41º31.28%44.51%-
HSV(B)101.41º47.65%58.43%-
XYZ17.3824.7511.07-
YUV126.26100.77109.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.58%
GREEN value IS 149 (58.59% from 255) = 45.57%
BLUE value IS 78 (30.86% from 255) = 23.85%
R=30.58%
G=45.57%
B=23.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal100149780.3300.480.42101.4131.2844.51
Hex64954E210302A651f2d
Octal14422511641060521453755
Binary11001001001010110011101000010110000101010110010111111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64954E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64954E; }

 p { color: rgb(100,149,78); }

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

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

 a { background-color: rgb(100,149,78); }

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

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

 span { border-color: rgb(100,149,78); }

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