Html Css Color HEX #739465 Xanadu

📋 copy color: '#739465'

red 115 ◦ green 148 ◦ blue 101

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

Shades of Xanadu #739465

Tints of Xanadu #739465

RGB

 RED value IS 115 (45.31% from 255) = 31.59%

 GREEN value IS 148 (58.2% from 255) = 40.66%

 BLUE value IS 101 (39.84% from 255) = 27.75%

R = 31.59%
G = 40.66%
B = 27.75%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#739465 (or 0x739465) is known color: Xanadu. HEX triplet: 73, 94 and 65. RGB value is (115,148,101). Sum of RGB (Red+Green+Blue) = 115+148+101=364 (48% of max value = 765). Red value is 115 (45.31% from 255 or 31.59% from 364); Green value is 148 (58.20% from 255 or 40.66% from 364); Blue value is 101 (39.84% from 255 or 27.75% from 364); Max value from RGB is 148 - color contains mainly: green. Hex color #739465 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739465 is #8C6B9A. Grayscale: #848484. Windows color (decimal): -9202587 or 6657139. OLE color: 6657139.

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

Color convert

RGB 115 148 101 -
CMYK 0.22 0 0.32 0.42
HSL 102.13º 0.19% 0.49% -
HSV(B) 102.13º 0.32% 0.58% -
XYZ 20.01 25.76 16.23 -
YUV 132.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 115 148 101 0.22 0 0.32 0.42 102.13 0.19 0.49
Hex 73 94 65 16 0 20 2A 66 13 31
Octal 163 224 145 26 0 40 52 146 23 61
Binary 1110011 10010100 1100101 10110 0 100000 101010 1100110 10011 110001

Color Harmonies of #739465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739465

Black with #739465

Text Example


Text Example

White with #739465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739465; }

 p { color: rgb(115,148,101); }

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

background-color css

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

 a { background-color: rgb(115,148,101); }

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

border-color css

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

 span { border-color: rgb(115,148,101); }

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