#648368

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

Shades of Laurel #648368

Tints of Laurel #648368

Color information

#648368 (or 0x648368) is unknown color: approx Laurel. HEX triplet: 64, 83 and 68. RGB value is (100,131,104). Sum of RGB (Red+Green+Blue) = 100+131+104=335 (44% of max value = 765). Red value is 100 (39.45% from 255 or 29.85% from 335); Green value is 131 (51.56% from 255 or 39.10% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 131 - color contains mainly: green. Hex color #648368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #648368 is #9B7C97. Grayscale: #767676. Windows color (decimal): -10189976 or 6849380. OLE color: 6849380.

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

Color convert

RGB100131104-
CMYK0.2400.210.49
HSL127.74º13.42%45.29%-
HSV(B)127.74º23.66%51.37%-
XYZ15.8719.9416.11-
YUV118.65119.73114.7-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 29.85%
GREEN value IS 131 (51.56% from 255) = 39.10%
BLUE value IS 104 (41.02% from 255) = 31.04%
R=29.85%
G=39.10%
B=31.04%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1001311040.2400.210.49127.7413.4245.29
Hex648368180153180d2d
Octal14420315030025612001555
Binary110010010000011110100011000010101110001100000001101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648368; }

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

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

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

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

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

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

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

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