#648B5C

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

Shades of Hippie Green #648B5C

Tints of Hippie Green #648B5C

Color information

#648B5C (or 0x648B5C) is unknown color: approx Hippie Green. HEX triplet: 64, 8B and 5C. RGB value is (100,139,92). Sum of RGB (Red+Green+Blue) = 100+139+92=331 (43% of max value = 765). Red value is 100 (39.45% from 255 or 30.21% from 331); Green value is 139 (54.69% from 255 or 41.99% from 331); Blue value is 92 (36.33% from 255 or 27.79% from 331); Max value from RGB is 139 - color contains mainly: green. Hex color #648B5C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648B5C is #9B74A3. Grayscale: #7A7A7A. Windows color (decimal): -10187940 or 6064996. OLE color: 6064996.

HSL color Cylindrical-coordinate representation of color #648B5C: hue angle of 109.79º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #648B5C is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB10013992-
CMYK0.2800.340.45
HSL109.79º20.35%45.29%-
HSV(B)109.79º33.81%54.51%-
XYZ16.4221.9513.5-
YUV121.98111.08112.32-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 30.21%
GREEN value IS 139 (54.69% from 255) = 41.99%
BLUE value IS 92 (36.33% from 255) = 27.79%
R=30.21%
G=41.99%
B=27.79%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal100139920.2800.340.45109.7920.3545.29
Hex648B5C1C0222D6e142d
Octal14421313434042551562455
Binary1100100100010111011100111000100010101101110111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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