#648468

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

Shades of Laurel #648468

Tints of Laurel #648468

Color information

#648468 (or 0x648468) is unknown color: approx Laurel. HEX triplet: 64, 84 and 68. RGB value is (100,132,104). Sum of RGB (Red+Green+Blue) = 100+132+104=336 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.76% from 336); Green value is 132 (51.95% from 255 or 39.29% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 132 - color contains mainly: green. Hex color #648468 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648468 is #9B7B97. Grayscale: #777777. Windows color (decimal): -10189720 or 6849636. OLE color: 6849636.

HSL color Cylindrical-coordinate representation of color #648468: hue angle of 127.5º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #648468 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.48.

Color convert

RGB100132104-
CMYK0.2400.210.48
HSL127.5º13.79%45.49%-
HSV(B)127.5º24.24%51.76%-
XYZ16.0120.2116.15-
YUV119.24119.4114.28-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.76%
GREEN value IS 132 (51.95% from 255) = 39.29%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=29.76%
G=39.29%
B=30.95%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1001321040.2400.210.48127.513.7945.49
Hex64846818015307fe2d
Octal14420415030025601771655
Binary11001001000010011010001100001010111000011111111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648468; }

 p { color: rgb(100,132,104); }

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

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

 a { background-color: rgb(100,132,104); }

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

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

 span { border-color: rgb(100,132,104); }

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