Html Css Color HEX #719363 Xanadu

📋 copy color: '#719363'

red 113 ◦ green 147 ◦ blue 99

#719363
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Xanadu #719363

Tints of Xanadu #719363

RGB

 RED value IS 113 (44.53% from 255) = 31.48%

 GREEN value IS 147 (57.81% from 255) = 40.95%

 BLUE value IS 99 (39.06% from 255) = 27.58%

R = 31.48%
G = 40.95%
B = 27.58%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#719363 (or 0x719363) is known color: Xanadu. HEX triplet: 71, 93 and 63. RGB value is (113,147,99). Sum of RGB (Red+Green+Blue) = 113+147+99=359 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.48% from 359); Green value is 147 (57.81% from 255 or 40.95% from 359); Blue value is 99 (39.06% from 255 or 27.58% from 359); Max value from RGB is 147 - color contains mainly: green. Hex color #719363 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719363 is #8E6C9C. Grayscale: #838383. Windows color (decimal): -9333917 or 6525809. OLE color: 6525809.

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

Color convert

RGB 113 147 99 -
CMYK 0.23 0 0.33 0.42
HSL 102.5º 0.2% 0.48% -
HSV(B) 102.5º 0.33% 0.58% -
XYZ 19.5 25.28 15.66 -
YUV 131.36 109.74 114.9 -
System Red Green Blue C M Y K H S L
Decimal 113 147 99 0.23 0 0.33 0.42 102.5 0.2 0.48
Hex 71 93 63 17 0 21 2A 66 14 30
Octal 161 223 143 27 0 41 52 146 24 60
Binary 1110001 10010011 1100011 10111 0 100001 101010 1100110 10100 110000

Color Harmonies of #719363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719363

Black with #719363

Text Example


Text Example

White with #719363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719363; }

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

 H1.HeaderClassName
 {
   color: #719363;
 }
 .AnyTagClassName
 {
   color: #719363;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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