#719567

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

Shades of Xanadu #719567

Tints of Xanadu #719567

Color information

#719567 (or 0x719567) is unknown color: approx Xanadu. HEX triplet: 71, 95 and 67. RGB value is (113,149,103). Sum of RGB (Red+Green+Blue) = 113+149+103=365 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.96% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 149 - color contains mainly: green. Hex color #719567 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719567 is #8E6A98. Grayscale: #858585. Windows color (decimal): -9333401 or 6788465. OLE color: 6788465.

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

Color convert

RGB113149103-
CMYK0.2400.310.42
HSL106.96º18.25%49.41%-
HSV(B)106.96º30.87%58.43%-
XYZ20.0125.9816.79-
YUV132.99111.07113.74-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.96%
GREEN value IS 149 (58.59% from 255) = 40.82%
BLUE value IS 103 (40.62% from 255) = 28.22%
R=30.96%
G=40.82%
B=28.22%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131491030.2400.310.42106.9618.2549.41
Hex7195671801F2A6b1231
Octal16122514730037521532261
Binary111000110010101110011111000011111101010110101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719567; }

 p { color: rgb(113,149,103); }

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

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

 a { background-color: rgb(113,149,103); }

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

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

 span { border-color: rgb(113,149,103); }

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