#648D5C

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

Shades of Hippie Green #648D5C

Tints of Hippie Green #648D5C

Color information

#648D5C (or 0x648D5C) is unknown color: approx Hippie Green. HEX triplet: 64, 8D and 5C. RGB value is (100,141,92). Sum of RGB (Red+Green+Blue) = 100+141+92=333 (44% of max value = 765). Red value is 100 (39.45% from 255 or 30.03% from 333); Green value is 141 (55.47% from 255 or 42.34% from 333); Blue value is 92 (36.33% from 255 or 27.63% from 333); Max value from RGB is 141 - color contains mainly: green. Hex color #648D5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648D5C is #9B72A3. Grayscale: #7B7B7B. Windows color (decimal): -10187428 or 6065508. OLE color: 6065508.

HSL color Cylindrical-coordinate representation of color #648D5C: hue angle of 110.2º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #648D5C is Cyan = 0.29, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB10014192-
CMYK0.2900.350.45
HSL110.2º21.03%45.69%-
HSV(B)110.2º34.75%55.29%-
XYZ16.7122.5313.59-
YUV123.16110.42111.48-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.03%
GREEN value IS 141 (55.47% from 255) = 42.34%
BLUE value IS 92 (36.33% from 255) = 27.63%
R=30.03%
G=42.34%
B=27.63%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100141920.2900.350.45110.221.0345.69
Hex648D5C1D0232D6e152e
Octal14421513435043551562556
Binary1100100100011011011100111010100011101101110111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648D5C; }

 p { color: rgb(100,141,92); }

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

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

 a { background-color: rgb(100,141,92); }

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

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

 span { border-color: rgb(100,141,92); }

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