Html Css Color HEX #739253 Highland

📋 copy color: '#739253'

red 115 ◦ green 146 ◦ blue 83

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

Shades of Highland #739253

Tints of Highland #739253

RGB

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

 GREEN value IS 146 (57.42% from 255) = 42.44%

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

R = 33.43%
G = 42.44%
B = 24.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#739253 (or 0x739253) is known color: Highland. HEX triplet: 73, 92 and 53. RGB value is (115,146,83). Sum of RGB (Red+Green+Blue) = 115+146+83=344 (45% of max value = 765). Red value is 115 (45.31% from 255 or 33.43% from 344); Green value is 146 (57.42% from 255 or 42.44% from 344); Blue value is 83 (32.81% from 255 or 24.13% from 344); Max value from RGB is 146 - color contains mainly: green. Hex color #739253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #739253 is #8C6DAC. Grayscale: #818181. Windows color (decimal): -9203117 or 5476979. OLE color: 5476979.

HSL color Cylindrical-coordinate representation of color #739253: hue angle of 89.52º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #739253 is Cyan = 0.21, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 146 83 -
CMYK 0.21 0 0.43 0.43
HSL 89.52º 0.28% 0.45% -
HSV(B) 89.52º 0.43% 0.57% -
XYZ 18.91 24.83 11.98 -
YUV 129.55 101.73 117.62 -
System Red Green Blue C M Y K H S L
Decimal 115 146 83 0.21 0 0.43 0.43 89.52 0.28 0.45
Hex 73 92 53 15 0 2B 2B 5A 1C 2D
Octal 163 222 123 25 0 53 53 132 34 55
Binary 1110011 10010010 1010011 10101 0 101011 101011 1011010 11100 101101

Color Harmonies of #739253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739253

Black with #739253

Text Example


Text Example

White with #739253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739253; }

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

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

background-color css

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

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

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

border-color css

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

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

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