#658268

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

Shades of Laurel #658268

Tints of Laurel #658268

Color information

#658268 (or 0x658268) is unknown color: approx Laurel. HEX triplet: 65, 82 and 68. RGB value is (101,130,104). Sum of RGB (Red+Green+Blue) = 101+130+104=335 (44% of max value = 765). Red value is 101 (39.84% from 255 or 30.15% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 104 (41.02% from 255 or 31.04% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #658268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #658268 is #9A7D97. Grayscale: #767676. Windows color (decimal): -10124696 or 6849125. OLE color: 6849125.

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

Color convert

RGB101130104-
CMYK0.2200.20.49
HSL126.21º12.55%45.29%-
HSV(B)126.21º22.31%50.98%-
XYZ15.8519.7316.07-
YUV118.36119.89115.61-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 30.15%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 104 (41.02% from 255) = 31.04%
R=30.15%
G=38.81%
B=31.04%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1011301040.2200.20.49126.2112.5545.29
Hex65826816014317ed2d
Octal14520215026024611761555
Binary11001011000001011010001011001010011000111111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #658268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #658268; }

 p { color: rgb(101,130,104); }

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

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

 a { background-color: rgb(101,130,104); }

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

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

 span { border-color: rgb(101,130,104); }

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