Html Css Color HEX #739049 Highland

📋 copy color: '#739049'

red 115 ◦ green 144 ◦ blue 73

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

Shades of Highland #739049

Tints of Highland #739049

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.37%

 BLUE value IS 73 (28.91% from 255) = 21.99%

R = 34.64%
G = 43.37%
B = 21.99%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.49

 K value IS 0.44

RGB Variations

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

Color information

#739049 (or 0x739049) is known color: Highland. HEX triplet: 73, 90 and 49. RGB value is (115,144,73). Sum of RGB (Red+Green+Blue) = 115+144+73=332 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.64% from 332); Green value is 144 (56.64% from 255 or 43.37% from 332); Blue value is 73 (28.91% from 255 or 21.99% from 332); Max value from RGB is 144 - color contains mainly: green. Hex color #739049 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #739049 is #8C6FB6. Grayscale: #7F7F7F. Windows color (decimal): -9203639 or 4821107. OLE color: 4821107.

HSL color Cylindrical-coordinate representation of color #739049: hue angle of 84.51º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #739049 is Cyan = 0.20, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 144 73 -
CMYK 0.20 0 0.49 0.44
HSL 84.51º 0.33% 0.43% -
HSV(B) 84.51º 0.49% 0.56% -
XYZ 18.25 24.07 9.99 -
YUV 127.24 97.39 119.27 -
System Red Green Blue C M Y K H S L
Decimal 115 144 73 0.20 0 0.49 0.44 84.51 0.33 0.43
Hex 73 90 49 14 0 31 2C 55 21 2B
Octal 163 220 111 24 0 61 54 125 41 53
Binary 1110011 10010000 1001001 10100 0 110001 101100 1010101 100001 101011

Color Harmonies of #739049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739049

Black with #739049

Text Example


Text Example

White with #739049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739049; }

 p { color: rgb(115,144,73); }

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

background-color css

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

 a { background-color: rgb(115,144,73); }

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

border-color css

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

 span { border-color: rgb(115,144,73); }

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