Html Css Color HEX #718A41 Dingley

📋 copy color: '#718A41'

red 113 ◦ green 138 ◦ blue 65

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

Shades of Dingley #718A41

Tints of Dingley #718A41

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.67%

 BLUE value IS 65 (25.78% from 255) = 20.57%

R = 35.76%
G = 43.67%
B = 20.57%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#718A41 (or 0x718A41) is known color: Dingley. HEX triplet: 71, 8A and 41. RGB value is (113,138,65). Sum of RGB (Red+Green+Blue) = 113+138+65=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 138 (54.30% from 255 or 43.67% from 316); Blue value is 65 (25.78% from 255 or 20.57% from 316); Max value from RGB is 138 - color contains mainly: green. Hex color #718A41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718A41 is #8E75BE. Grayscale: #7A7A7A. Windows color (decimal): -9336255 or 4295281. OLE color: 4295281.

HSL color Cylindrical-coordinate representation of color #718A41: hue angle of 80.55º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #718A41 is Cyan = 0.18, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.46.

Color convert

RGB 113 138 65 -
CMYK 0.18 0 0.53 0.46
HSL 80.55º 0.36% 0.4% -
HSV(B) 80.55º 0.53% 0.54% -
XYZ 16.85 22.07 8.37 -
YUV 122.2 95.72 121.44 -
System Red Green Blue C M Y K H S L
Decimal 113 138 65 0.18 0 0.53 0.46 80.55 0.36 0.4
Hex 71 8A 41 12 0 35 2E 51 24 28
Octal 161 212 101 22 0 65 56 121 44 50
Binary 1110001 10001010 1000001 10010 0 110101 101110 1010001 100100 101000

Color Harmonies of #718A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718A41

Black with #718A41

Text Example


Text Example

White with #718A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718A41; }

 p { color: rgb(113,138,65); }

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

background-color css

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

 a { background-color: rgb(113,138,65); }

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

border-color css

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

 span { border-color: rgb(113,138,65); }

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