Html Css Color HEX #718B41 Dingley

📋 copy color: '#718B41'

red 113 ◦ green 139 ◦ blue 65

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

Shades of Dingley #718B41

Tints of Dingley #718B41

RGB

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

 GREEN value IS 139 (54.69% from 255) = 43.85%

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

R = 35.65%
G = 43.85%
B = 20.5%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.53

 K value IS 0.45

RGB Variations

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

Color information

#718B41 (or 0x718B41) is known color: Dingley. HEX triplet: 71, 8B and 41. RGB value is (113,139,65). Sum of RGB (Red+Green+Blue) = 113+139+65=317 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.65% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 139 - color contains mainly: green. Hex color #718B41 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718B41 is #8E74BE. Grayscale: #7B7B7B. Windows color (decimal): -9335999 or 4295537. OLE color: 4295537.

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

Color convert

RGB 113 139 65 -
CMYK 0.19 0 0.53 0.45
HSL 81.08º 0.36% 0.4% -
HSV(B) 81.08º 0.53% 0.55% -
XYZ 17 22.36 8.42 -
YUV 122.79 95.39 121.02 -
System Red Green Blue C M Y K H S L
Decimal 113 139 65 0.19 0 0.53 0.45 81.08 0.36 0.4
Hex 71 8B 41 13 0 35 2D 51 24 28
Octal 161 213 101 23 0 65 55 121 44 50
Binary 1110001 10001011 1000001 10011 0 110101 101101 1010001 100100 101000

Color Harmonies of #718B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718B41

Black with #718B41

Text Example


Text Example

White with #718B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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