#719266

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

Shades of Xanadu #719266

Tints of Xanadu #719266

Color information

#719266 (or 0x719266) is unknown color: approx Xanadu. HEX triplet: 71, 92 and 66. RGB value is (113,146,102). Sum of RGB (Red+Green+Blue) = 113+146+102=361 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.30% from 361); Green value is 146 (57.42% from 255 or 40.44% from 361); Blue value is 102 (40.23% from 255 or 28.25% from 361); Max value from RGB is 146 - color contains mainly: green. Hex color #719266 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719266 is #8E6D99. Grayscale: #838383. Windows color (decimal): -9334170 or 6722161. OLE color: 6722161.

HSL color Cylindrical-coordinate representation of color #719266: hue angle of 105º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #719266 is Cyan = 0.23, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.43.

Color convert

RGB113146102-
CMYK0.2300.300.43
HSL105º17.74%48.63%-
HSV(B)105º30.14%57.25%-
XYZ19.4925.0316.37-
YUV131.12111.57115.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.30%
GREEN value IS 146 (57.42% from 255) = 40.44%
BLUE value IS 102 (40.23% from 255) = 28.25%
R=31.30%
G=40.44%
B=28.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1131461020.2300.300.4310517.7448.63
Hex7192661701E2B691231
Octal16122214627036531512261
Binary111000110010010110011010111011110101011110100110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719266; }

 p { color: rgb(113,146,102); }

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

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

 a { background-color: rgb(113,146,102); }

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

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

 span { border-color: rgb(113,146,102); }

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