Html Css Color HEX #719364 Xanadu

📋 copy color: '#719364'

red 113 ◦ green 147 ◦ blue 100

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

Shades of Xanadu #719364

Tints of Xanadu #719364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.78%

R = 31.39%
G = 40.83%
B = 27.78%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#719364 (or 0x719364) is known color: Xanadu. HEX triplet: 71, 93 and 64. RGB value is (113,147,100). Sum of RGB (Red+Green+Blue) = 113+147+100=360 (47% of max value = 765). Red value is 113 (44.53% from 255 or 31.39% from 360); Green value is 147 (57.81% from 255 or 40.83% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 147 - color contains mainly: green. Hex color #719364 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #719364 is #8E6C9B. Grayscale: #838383. Windows color (decimal): -9333916 or 6591345. OLE color: 6591345.

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

Color convert

RGB 113 147 100 -
CMYK 0.23 0 0.32 0.42
HSL 103.4º 0.19% 0.48% -
HSV(B) 103.4º 0.32% 0.58% -
XYZ 19.54 25.3 15.91 -
YUV 131.48 110.24 114.82 -
System Red Green Blue C M Y K H S L
Decimal 113 147 100 0.23 0 0.32 0.42 103.4 0.19 0.48
Hex 71 93 64 17 0 20 2A 67 13 30
Octal 161 223 144 27 0 40 52 147 23 60
Binary 1110001 10010011 1100100 10111 0 100000 101010 1100111 10011 110000

Color Harmonies of #719364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719364

Black with #719364

Text Example


Text Example

White with #719364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719364; }

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

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

background-color css

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

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

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

border-color css

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

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

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