#739269

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

Shades of Xanadu #739269

Tints of Xanadu #739269

Color information

#739269 (or 0x739269) is unknown color: approx Xanadu. HEX triplet: 73, 92 and 69. RGB value is (115,146,105). Sum of RGB (Red+Green+Blue) = 115+146+105=366 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.42% from 366); Green value is 146 (57.42% from 255 or 39.89% from 366); Blue value is 105 (41.41% from 255 or 28.69% from 366); Max value from RGB is 146 - color contains mainly: green. Hex color #739269 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739269 is #8C6D96. Grayscale: #848484. Windows color (decimal): -9203095 or 6918771. OLE color: 6918771.

HSL color Cylindrical-coordinate representation of color #739269: hue angle of 105.37º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #739269 is Cyan = 0.21, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB115146105-
CMYK0.2100.280.43
HSL105.37º16.33%49.22%-
HSV(B)105.37º28.08%57.25%-
XYZ19.925.2217.18-
YUV132.06112.73115.83-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 31.42%
GREEN value IS 146 (57.42% from 255) = 39.89%
BLUE value IS 105 (41.41% from 255) = 28.69%
R=31.42%
G=39.89%
B=28.69%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1151461050.2100.280.43105.3716.3349.22
Hex7392691501C2B691031
Octal16322215125034531512061
Binary111001110010010110100110101011100101011110100110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #739269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #739269; }

 p { color: rgb(115,146,105); }

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

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

 a { background-color: rgb(115,146,105); }

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

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

 span { border-color: rgb(115,146,105); }

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