Html Css Color HEX #708349 Dingley

📋 copy color: '#708349'

red 112 ◦ green 131 ◦ blue 73

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

Shades of Dingley #708349

Tints of Dingley #708349

RGB

 RED value IS 112 (44.14% from 255) = 35.44%

 GREEN value IS 131 (51.56% from 255) = 41.46%

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

R = 35.44%
G = 41.46%
B = 23.1%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.44

 K value IS 0.49

RGB Variations

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

Color information

#708349 (or 0x708349) is known color: Dingley. HEX triplet: 70, 83 and 49. RGB value is (112,131,73). Sum of RGB (Red+Green+Blue) = 112+131+73=316 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.44% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 73 (28.91% from 255 or 23.10% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #708349 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708349 is #8F7CB6. Grayscale: #767676. Windows color (decimal): -9403575 or 4817776. OLE color: 4817776.

HSL color Cylindrical-coordinate representation of color #708349: hue angle of 79.66º degrees, saturation: 0.28, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #708349 is Cyan = 0.15, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.49.

Color convert

RGB 112 131 73 -
CMYK 0.15 0 0.44 0.49
HSL 79.66º 0.28% 0.4% -
HSV(B) 79.66º 0.44% 0.51% -
XYZ 16 20.16 9.35 -
YUV 118.71 102.21 123.22 -
System Red Green Blue C M Y K H S L
Decimal 112 131 73 0.15 0 0.44 0.49 79.66 0.28 0.4
Hex 70 83 49 F 0 2C 31 50 1C 28
Octal 160 203 111 17 0 54 61 120 34 50
Binary 1110000 10000011 1001001 1111 0 101100 110001 1010000 11100 101000

Color Harmonies of #708349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708349

Black with #708349

Text Example


Text Example

White with #708349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708349; }

 p { color: rgb(112,131,73); }

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

background-color css

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

 a { background-color: rgb(112,131,73); }

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

border-color css

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

 span { border-color: rgb(112,131,73); }

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