#719467

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

Shades of Xanadu #719467

Tints of Xanadu #719467

Color information

#719467 (or 0x719467) is unknown color: approx Xanadu. HEX triplet: 71, 94 and 67. RGB value is (113,148,103). Sum of RGB (Red+Green+Blue) = 113+148+103=364 (48% of max value = 765). Red value is 113 (44.53% from 255 or 31.04% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 103 (40.62% from 255 or 28.30% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #719467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719467 is #8E6B98. Grayscale: #848484. Windows color (decimal): -9333657 or 6788209. OLE color: 6788209.

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

Color convert

RGB113148103-
CMYK0.2400.300.42
HSL106.67º17.93%49.22%-
HSV(B)106.67º30.41%58.04%-
XYZ19.8525.6716.74-
YUV132.4111.4114.16-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 31.04%
GREEN value IS 148 (58.20% from 255) = 40.66%
BLUE value IS 103 (40.62% from 255) = 28.30%
R=31.04%
G=40.66%
B=28.30%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1131481030.2400.300.42106.6717.9349.22
Hex7194671801E2A6b1231
Octal16122414730036521532261
Binary111000110010100110011111000011110101010110101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #719467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #719467; }

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

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

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

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

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

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

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

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