Html Css Color HEX #738C52 Highland

📋 copy color: '#738C52'

red 115 ◦ green 140 ◦ blue 82

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

Shades of Highland #738C52

Tints of Highland #738C52

RGB

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

 GREEN value IS 140 (55.08% from 255) = 41.54%

 BLUE value IS 82 (32.42% from 255) = 24.33%

R = 34.12%
G = 41.54%
B = 24.33%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.41

 K value IS 0.45

RGB Variations

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

Color information

#738C52 (or 0x738C52) is known color: Highland. HEX triplet: 73, 8C and 52. RGB value is (115,140,82). Sum of RGB (Red+Green+Blue) = 115+140+82=337 (44% of max value = 765). Red value is 115 (45.31% from 255 or 34.12% from 337); Green value is 140 (55.08% from 255 or 41.54% from 337); Blue value is 82 (32.42% from 255 or 24.33% from 337); Max value from RGB is 140 - color contains mainly: green. Hex color #738C52 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738C52 is #8C73AD. Grayscale: #7E7E7E. Windows color (decimal): -9204654 or 5409907. OLE color: 5409907.

HSL color Cylindrical-coordinate representation of color #738C52: hue angle of 85.86º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #738C52 is Cyan = 0.18, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 140 82 -
CMYK 0.18 0 0.41 0.45
HSL 85.86º 0.26% 0.44% -
HSV(B) 85.86º 0.41% 0.55% -
XYZ 17.97 23.01 11.48 -
YUV 125.91 103.22 120.22 -
System Red Green Blue C M Y K H S L
Decimal 115 140 82 0.18 0 0.41 0.45 85.86 0.26 0.44
Hex 73 8C 52 12 0 29 2D 56 1A 2C
Octal 163 214 122 22 0 51 55 126 32 54
Binary 1110011 10001100 1010010 10010 0 101001 101101 1010110 11010 101100

Color Harmonies of #738C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738C52

Black with #738C52

Text Example


Text Example

White with #738C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,140,82); }

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

background-color css

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

 a { background-color: rgb(115,140,82); }

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

border-color css

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

 span { border-color: rgb(115,140,82); }

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