#748259

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

Shades of Willow Grove #748259

Tints of Willow Grove #748259

Color information

#748259 (or 0x748259) is unknown color: approx Willow Grove. HEX triplet: 74, 82 and 59. RGB value is (116,130,89). Sum of RGB (Red+Green+Blue) = 116+130+89=335 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.63% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 89 (35.16% from 255 or 26.57% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #748259 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748259 is #8B7DA6. Grayscale: #797979. Windows color (decimal): -9141671 or 5866100. OLE color: 5866100.

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

Color convert

RGB11613089-
CMYK0.1100.320.49
HSL80.49º18.72%42.94%-
HSV(B)80.49º31.54%50.98%-
XYZ16.9920.412.49-
YUV121.14109.86124.33-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.63%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 89 (35.16% from 255) = 26.57%
R=34.63%
G=38.81%
B=26.57%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal116130890.1100.320.4980.4918.7242.94
Hex748259B0203150132b
Octal16420213113040611202353
Binary111010010000010101100110110100000110001101000010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #748259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #748259; }

 p { color: rgb(116,130,89); }

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

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

 a { background-color: rgb(116,130,89); }

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

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

 span { border-color: rgb(116,130,89); }

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