Html Css Color HEX #718245 Dingley

📋 copy color: '#718245'

red 113 ◦ green 130 ◦ blue 69

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

Shades of Dingley #718245

Tints of Dingley #718245

RGB

 RED value IS 113 (44.53% from 255) = 36.22%

 GREEN value IS 130 (51.17% from 255) = 41.67%

 BLUE value IS 69 (27.34% from 255) = 22.12%

R = 36.22%
G = 41.67%
B = 22.12%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#718245 (or 0x718245) is known color: Dingley. HEX triplet: 71, 82 and 45. RGB value is (113,130,69). Sum of RGB (Red+Green+Blue) = 113+130+69=312 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.22% from 312); Green value is 130 (51.17% from 255 or 41.67% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 130 - color contains mainly: green. Hex color #718245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718245 is #8E7DBA. Grayscale: #767676. Windows color (decimal): -9338299 or 4555377. OLE color: 4555377.

HSL color Cylindrical-coordinate representation of color #718245: hue angle of 76.72º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #718245 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 130 69 -
CMYK 0.13 0 0.47 0.49
HSL 76.72º 0.31% 0.39% -
HSV(B) 76.72º 0.47% 0.51% -
XYZ 15.87 19.91 8.64 -
YUV 117.96 100.37 124.46 -
System Red Green Blue C M Y K H S L
Decimal 113 130 69 0.13 0 0.47 0.49 76.72 0.31 0.39
Hex 71 82 45 D 0 2F 31 4D 1F 27
Octal 161 202 105 15 0 57 61 115 37 47
Binary 1110001 10000010 1000101 1101 0 101111 110001 1001101 11111 100111

Color Harmonies of #718245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718245

Black with #718245

Text Example


Text Example

White with #718245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718245; }

 p { color: rgb(113,130,69); }

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

background-color css

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

 a { background-color: rgb(113,130,69); }

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

border-color css

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

 span { border-color: rgb(113,130,69); }

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