#649467

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

Shades of Laurel #649467

Tints of Laurel #649467

Color information

#649467 (or 0x649467) is unknown color: approx Laurel. HEX triplet: 64, 94 and 67. RGB value is (100,148,103). Sum of RGB (Red+Green+Blue) = 100+148+103=351 (46% of max value = 765). Red value is 100 (39.45% from 255 or 28.49% from 351); Green value is 148 (58.20% from 255 or 42.17% from 351); Blue value is 103 (40.62% from 255 or 29.34% from 351); Max value from RGB is 148 - color contains mainly: green. Hex color #649467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #649467 is #9B6B98. Grayscale: #808080. Windows color (decimal): -10185625 or 6788196. OLE color: 6788196.

HSL color Cylindrical-coordinate representation of color #649467: hue angle of 123.75º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #649467 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB100148103-
CMYK0.3200.300.42
HSL123.75º19.35%48.63%-
HSV(B)123.75º32.43%58.04%-
XYZ18.2924.8716.67-
YUV128.52113.6107.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 28.49%
GREEN value IS 148 (58.20% from 255) = 42.17%
BLUE value IS 103 (40.62% from 255) = 29.34%
R=28.49%
G=42.17%
B=29.34%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1001481030.3200.300.42123.7519.3548.63
Hex6494672001E2A7c1331
Octal14422414740036521742361
Binary1100100100101001100111100000011110101010111110010011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #649467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #649467; }

 p { color: rgb(100,148,103); }

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

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

 a { background-color: rgb(100,148,103); }

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

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

 span { border-color: rgb(100,148,103); }

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