Html Css Color HEX #718345 Dingley

📋 copy color: '#718345'

red 113 ◦ green 131 ◦ blue 69

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

Shades of Dingley #718345

Tints of Dingley #718345

RGB

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

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

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

R = 36.1%
G = 41.85%
B = 22.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#718345 (or 0x718345) is known color: Dingley. HEX triplet: 71, 83 and 45. RGB value is (113,131,69). Sum of RGB (Red+Green+Blue) = 113+131+69=313 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.10% from 313); Green value is 131 (51.56% from 255 or 41.85% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 131 - color contains mainly: green. Hex color #718345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718345 is #8E7CBA. Grayscale: #767676. Windows color (decimal): -9338043 or 4555633. OLE color: 4555633.

HSL color Cylindrical-coordinate representation of color #718345: hue angle of 77.42º 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 #718345 is Cyan = 0.14, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 131 69 -
CMYK 0.14 0 0.47 0.49
HSL 77.42º 0.31% 0.39% -
HSV(B) 77.42º 0.47% 0.51% -
XYZ 16 20.17 8.68 -
YUV 118.55 100.04 124.04 -
System Red Green Blue C M Y K H S L
Decimal 113 131 69 0.14 0 0.47 0.49 77.42 0.31 0.39
Hex 71 83 45 E 0 2F 31 4D 1F 27
Octal 161 203 105 16 0 57 61 115 37 47
Binary 1110001 10000011 1000101 1110 0 101111 110001 1001101 11111 100111

Color Harmonies of #718345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718345

Black with #718345

Text Example


Text Example

White with #718345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718345; }

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

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

background-color css

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

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

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

border-color css

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

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

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