Html Css Color HEX #738B50 Highland

📋 copy color: '#738B50'

red 115 ◦ green 139 ◦ blue 80

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

Shades of Highland #738B50

Tints of Highland #738B50

RGB

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

 GREEN value IS 139 (54.69% from 255) = 41.62%

 BLUE value IS 80 (31.64% from 255) = 23.95%

R = 34.43%
G = 41.62%
B = 23.95%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#738B50 (or 0x738B50) is known color: Highland. HEX triplet: 73, 8B and 50. RGB value is (115,139,80). Sum of RGB (Red+Green+Blue) = 115+139+80=334 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.43% from 334); Green value is 139 (54.69% from 255 or 41.62% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 139 - color contains mainly: green. Hex color #738B50 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738B50 is #8C74AF. Grayscale: #7D7D7D. Windows color (decimal): -9204912 or 5278579. OLE color: 5278579.

HSL color Cylindrical-coordinate representation of color #738B50: hue angle of 84.41º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #738B50 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 139 80 -
CMYK 0.17 0 0.42 0.45
HSL 84.41º 0.27% 0.43% -
HSV(B) 84.41º 0.42% 0.55% -
XYZ 17.75 22.69 11.03 -
YUV 125.1 102.55 120.8 -
System Red Green Blue C M Y K H S L
Decimal 115 139 80 0.17 0 0.42 0.45 84.41 0.27 0.43
Hex 73 8B 50 11 0 2A 2D 54 1B 2B
Octal 163 213 120 21 0 52 55 124 33 53
Binary 1110011 10001011 1010000 10001 0 101010 101101 1010100 11011 101011

Color Harmonies of #738B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738B50

Black with #738B50

Text Example


Text Example

White with #738B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738B50; }

 p { color: rgb(115,139,80); }

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

background-color css

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

 a { background-color: rgb(115,139,80); }

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

border-color css

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

 span { border-color: rgb(115,139,80); }

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