Html Css Color HEX #718442 Dingley

📋 copy color: '#718442'

red 113 ◦ green 132 ◦ blue 66

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

Shades of Dingley #718442

Tints of Dingley #718442

RGB

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

 GREEN value IS 132 (51.95% from 255) = 42.44%

 BLUE value IS 66 (26.17% from 255) = 21.22%

R = 36.33%
G = 42.44%
B = 21.22%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.5

 K value IS 0.48

RGB Variations

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

Color information

#718442 (or 0x718442) is known color: Dingley. HEX triplet: 71, 84 and 42. RGB value is (113,132,66). Sum of RGB (Red+Green+Blue) = 113+132+66=311 (41% of max value = 765). Red value is 113 (44.53% from 255 or 36.33% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 66 (26.17% from 255 or 21.22% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #718442 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718442 is #8E7BBD. Grayscale: #777777. Windows color (decimal): -9337790 or 4359281. OLE color: 4359281.

HSL color Cylindrical-coordinate representation of color #718442: hue angle of 77.27º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #718442 is Cyan = 0.14, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 132 66 -
CMYK 0.14 0 0.5 0.48
HSL 77.27º 0.33% 0.39% -
HSV(B) 77.27º 0.5% 0.52% -
XYZ 16.04 20.41 8.25 -
YUV 118.8 98.21 123.87 -
System Red Green Blue C M Y K H S L
Decimal 113 132 66 0.14 0 0.5 0.48 77.27 0.33 0.39
Hex 71 84 42 E 0 32 30 4D 21 27
Octal 161 204 102 16 0 62 60 115 41 47
Binary 1110001 10000100 1000010 1110 0 110010 110000 1001101 100001 100111

Color Harmonies of #718442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718442

Black with #718442

Text Example


Text Example

White with #718442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718442; }

 p { color: rgb(113,132,66); }

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

background-color css

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

 a { background-color: rgb(113,132,66); }

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

border-color css

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

 span { border-color: rgb(113,132,66); }

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