Html Css Color HEX #718243 Dingley

📋 copy color: '#718243'

red 113 ◦ green 130 ◦ blue 67

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

Shades of Dingley #718243

Tints of Dingley #718243

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 21.61%

R = 36.45%
G = 41.94%
B = 21.61%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.48

 K value IS 0.49

RGB Variations

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

Color information

#718243 (or 0x718243) is known color: Dingley. HEX triplet: 71, 82 and 43. RGB value is (113,130,67). Sum of RGB (Red+Green+Blue) = 113+130+67=310 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.45% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 67 (26.56% from 255 or 21.61% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #718243 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718243 is #8E7DBC. Grayscale: #757575. Windows color (decimal): -9338301 or 4424305. OLE color: 4424305.

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

Color convert

RGB 113 130 67 -
CMYK 0.13 0 0.48 0.49
HSL 76.19º 0.32% 0.39% -
HSV(B) 76.19º 0.48% 0.51% -
XYZ 15.81 19.88 8.31 -
YUV 117.74 99.37 124.62 -
System Red Green Blue C M Y K H S L
Decimal 113 130 67 0.13 0 0.48 0.49 76.19 0.32 0.39
Hex 71 82 43 D 0 30 31 4C 20 27
Octal 161 202 103 15 0 60 61 114 40 47
Binary 1110001 10000010 1000011 1101 0 110000 110001 1001100 100000 100111

Color Harmonies of #718243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718243

Black with #718243

Text Example


Text Example

White with #718243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718243; }

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

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

background-color css

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

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

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

border-color css

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

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

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