#649952

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

Shades of Hippie Green #649952

Tints of Hippie Green #649952

Color information

#649952 (or 0x649952) is unknown color: approx Hippie Green. HEX triplet: 64, 99 and 52. RGB value is (100,153,82). Sum of RGB (Red+Green+Blue) = 100+153+82=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 153 (60.16% from 255 or 45.67% from 335); Blue value is 82 (32.42% from 255 or 24.48% from 335); Max value from RGB is 153 - color contains mainly: green. Hex color #649952 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649952 is #9B66AD. Grayscale: #818181. Windows color (decimal): -10184366 or 5413220. OLE color: 5413220.

HSL color Cylindrical-coordinate representation of color #649952: hue angle of 104.79º degrees, saturation: 0.3, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #649952 is Cyan = 0.35, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.4.

Color convert

RGB10015382-
CMYK0.3500.460.4
HSL104.79º30.21%46.08%-
HSV(B)104.79º46.41%60%-
XYZ18.1726.112.06-
YUV129.06101.44107.27-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.85%
GREEN value IS 153 (60.16% from 255) = 45.67%
BLUE value IS 82 (32.42% from 255) = 24.48%
R=29.85%
G=45.67%
B=24.48%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal100153820.3500.460.4104.7930.2146.08
Hex6499522302E28691e2e
Octal14423112243056501513656
Binary11001001001100110100101000110101110101000110100111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649952; }

 p { color: rgb(100,153,82); }

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

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

 a { background-color: rgb(100,153,82); }

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

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

 span { border-color: rgb(100,153,82); }

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