#719368

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

Shades of Xanadu #719368

Tints of Xanadu #719368

Color information

#719368 (or 0x719368) is unknown color: approx Xanadu. HEX triplet: 71, 93 and 68. RGB value is (113,147,104). Sum of RGB (Red+Green+Blue) = 113+147+104=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 147 (57.81% from 255 or 40.38% from 364); Blue value is 104 (41.02% from 255 or 28.57% from 364); Max value from RGB is 147 - color contains mainly: green. Hex color #719368 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719368 is #8E6C97. Grayscale: #848484. Windows color (decimal): -9333912 or 6853489. OLE color: 6853489.

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

Color convert

RGB113147104-
CMYK0.2300.290.42
HSL107.44º17.13%49.22%-
HSV(B)107.44º29.25%57.65%-
XYZ19.7425.3816.95-
YUV131.93112.24114.5-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 147 (57.81% from 255) = 40.38%
BLUE value IS 104 (41.02% from 255) = 28.57%
R=31.04%
G=40.38%
B=28.57%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131471040.2300.290.42107.4417.1349.22
Hex7193681701D2A6b1131
Octal16122315027035521532161
Binary111000110010011110100010111011101101010110101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719368; }

 p { color: rgb(113,147,104); }

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

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

 a { background-color: rgb(113,147,104); }

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

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

 span { border-color: rgb(113,147,104); }

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