#719469

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

Shades of Xanadu #719469

Tints of Xanadu #719469

Color information

#719469 (or 0x719469) is unknown color: approx Xanadu. HEX triplet: 71, 94 and 69. RGB value is (113,148,105). Sum of RGB (Red+Green+Blue) = 113+148+105=366 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.87% from 366); Green value is 148 (58.20% from 255 or 40.44% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 148 - color contains mainly: green. Hex color #719469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719469 is #8E6B96. Grayscale: #848484. Windows color (decimal): -9333655 or 6919281. OLE color: 6919281.

HSL color Cylindrical-coordinate representation of color #719469: hue angle of 108.84º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #719469 is Cyan = 0.24, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB113148105-
CMYK0.2400.290.42
HSL108.84º17%49.61%-
HSV(B)108.84º29.05%58.04%-
XYZ19.9525.7117.28-
YUV132.63112.4114-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.87%
GREEN value IS 148 (58.20% from 255) = 40.44%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=30.87%
G=40.44%
B=28.69%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131481050.2400.290.42108.841749.61
Hex7194691801D2A6d1132
Octal16122415130035521552162
Binary111000110010100110100111000011101101010110110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719469; }

 p { color: rgb(113,148,105); }

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

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

 a { background-color: rgb(113,148,105); }

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

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

 span { border-color: rgb(113,148,105); }

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