Html Css Color HEX #738A53 Highland

📋 copy color: '#738A53'

red 115 ◦ green 138 ◦ blue 83

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

Shades of Highland #738A53

Tints of Highland #738A53

RGB

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

 GREEN value IS 138 (54.3% from 255) = 41.07%

 BLUE value IS 83 (32.81% from 255) = 24.7%

R = 34.23%
G = 41.07%
B = 24.7%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.40

 K value IS 0.46

RGB Variations

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

Color information

#738A53 (or 0x738A53) is known color: Highland. HEX triplet: 73, 8A and 53. RGB value is (115,138,83). Sum of RGB (Red+Green+Blue) = 115+138+83=336 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.23% from 336); Green value is 138 (54.30% from 255 or 41.07% from 336); Blue value is 83 (32.81% from 255 or 24.70% from 336); Max value from RGB is 138 - color contains mainly: green. Hex color #738A53 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738A53 is #8C75AC. Grayscale: #7D7D7D. Windows color (decimal): -9205165 or 5474931. OLE color: 5474931.

HSL color Cylindrical-coordinate representation of color #738A53: hue angle of 85.09º degrees, saturation: 0.25, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #738A53 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 138 83 -
CMYK 0.17 0 0.40 0.46
HSL 85.09º 0.25% 0.43% -
HSV(B) 85.09º 0.4% 0.54% -
XYZ 17.72 22.45 11.58 -
YUV 124.85 104.38 120.97 -
System Red Green Blue C M Y K H S L
Decimal 115 138 83 0.17 0 0.40 0.46 85.09 0.25 0.43
Hex 73 8A 53 11 0 28 2E 55 19 2B
Octal 163 212 123 21 0 50 56 125 31 53
Binary 1110011 10001010 1010011 10001 0 101000 101110 1010101 11001 101011

Color Harmonies of #738A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738A53

Black with #738A53

Text Example


Text Example

White with #738A53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,138,83); }

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

background-color css

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

 a { background-color: rgb(115,138,83); }

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

border-color css

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

 span { border-color: rgb(115,138,83); }

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