Html Css Color HEX #708548 Dingley

📋 copy color: '#708548'

red 112 ◦ green 133 ◦ blue 72

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

Shades of Dingley #708548

Tints of Dingley #708548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.96%

 BLUE value IS 72 (28.52% from 255) = 22.71%

R = 35.33%
G = 41.96%
B = 22.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#708548 (or 0x708548) is known color: Dingley. HEX triplet: 70, 85 and 48. RGB value is (112,133,72). Sum of RGB (Red+Green+Blue) = 112+133+72=317 (41% of max value = 765). Red value is 112 (44.14% from 255 or 35.33% from 317); Green value is 133 (52.34% from 255 or 41.96% from 317); Blue value is 72 (28.52% from 255 or 22.71% from 317); Max value from RGB is 133 - color contains mainly: green. Hex color #708548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #708548 is #8F7AB7. Grayscale: #777777. Windows color (decimal): -9403064 or 4752752. OLE color: 4752752.

HSL color Cylindrical-coordinate representation of color #708548: hue angle of 80.66º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #708548 is Cyan = 0.16, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 112 133 72 -
CMYK 0.16 0 0.46 0.48
HSL 80.66º 0.3% 0.4% -
HSV(B) 80.66º 0.46% 0.52% -
XYZ 16.24 20.69 9.27 -
YUV 119.77 101.04 122.46 -
System Red Green Blue C M Y K H S L
Decimal 112 133 72 0.16 0 0.46 0.48 80.66 0.3 0.4
Hex 70 85 48 10 0 2E 30 51 1E 28
Octal 160 205 110 20 0 56 60 121 36 50
Binary 1110000 10000101 1001000 10000 0 101110 110000 1010001 11110 101000

Color Harmonies of #708548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #708548

Black with #708548

Text Example


Text Example

White with #708548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #708548; }

 p { color: rgb(112,133,72); }

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

background-color css

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

 a { background-color: rgb(112,133,72); }

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

border-color css

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

 span { border-color: rgb(112,133,72); }

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