#64A258

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

Shades of Hippie Green #64A258

Tints of Hippie Green #64A258

Color information

#64A258 (or 0x64A258) is unknown color: approx Hippie Green. HEX triplet: 64, A2 and 58. RGB value is (100,162,88). Sum of RGB (Red+Green+Blue) = 100+162+88=350 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.57% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 88 (34.77% from 255 or 25.14% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #64A258 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #64A258 is #9B5DA7. Grayscale: #878787. Windows color (decimal): -10182056 or 5808740. OLE color: 5808740.

HSL color Cylindrical-coordinate representation of color #64A258: hue angle of 110.27º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #64A258 is Cyan = 0.38, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.36.

Color convert

RGB10016288-
CMYK0.3800.460.36
HSL110.27º29.6%49.02%-
HSV(B)110.27º45.68%63.53%-
XYZ19.9429.2513.83-
YUV135.03101.46103.02-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.57%
GREEN value IS 162 (63.67% from 255) = 46.29%
BLUE value IS 88 (34.77% from 255) = 25.14%
R=28.57%
G=46.29%
B=25.14%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal100162880.3800.460.36110.2729.649.02
Hex64A2582602E246e1e31
Octal14424213046056441563661
Binary11001001010001010110001001100101110100100110111011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64A258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64A258; }

 p { color: rgb(100,162,88); }

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

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

 a { background-color: rgb(100,162,88); }

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

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

 span { border-color: rgb(100,162,88); }

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