#658466

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

Shades of Laurel #658466

Tints of Laurel #658466

Color information

#658466 (or 0x658466) is unknown color: approx Laurel. HEX triplet: 65, 84 and 66. RGB value is (101,132,102). Sum of RGB (Red+Green+Blue) = 101+132+102=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 132 (51.95% from 255 or 39.40% from 335); Blue value is 102 (40.23% from 255 or 30.45% from 335); Max value from RGB is 132 - color contains mainly: green. Hex color #658466 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658466 is #9A7B99. Grayscale: #777777. Windows color (decimal): -10124186 or 6718565. OLE color: 6718565.

HSL color Cylindrical-coordinate representation of color #658466: hue angle of 121.94º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #658466 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB101132102-
CMYK0.2300.230.48
HSL121.94º13.3%45.69%-
HSV(B)121.94º23.48%51.76%-
XYZ16.0220.2315.63-
YUV119.31118.23114.94-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.15%
GREEN value IS 132 (51.95% from 255) = 39.40%
BLUE value IS 102 (40.23% from 255) = 30.45%
R=30.15%
G=39.40%
B=30.45%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1011321020.2300.230.48121.9413.345.69
Hex65846617017307ad2e
Octal14520414627027601721556
Binary11001011000010011001101011101011111000011110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658466; }

 p { color: rgb(101,132,102); }

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

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

 a { background-color: rgb(101,132,102); }

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

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

 span { border-color: rgb(101,132,102); }

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