Html Css Color HEX #718548 Dingley

📋 copy color: '#718548'

red 113 ◦ green 133 ◦ blue 72

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

Shades of Dingley #718548

Tints of Dingley #718548

RGB

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

 GREEN value IS 133 (52.34% from 255) = 41.82%

 BLUE value IS 72 (28.52% from 255) = 22.64%

R = 35.53%
G = 41.82%
B = 22.64%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#718548 (or 0x718548) is known color: Dingley. HEX triplet: 71, 85 and 48. RGB value is (113,133,72). Sum of RGB (Red+Green+Blue) = 113+133+72=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 133 (52.34% from 255 or 41.82% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 133 - color contains mainly: green. Hex color #718548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718548 is #8E7AB7. Grayscale: #787878. Windows color (decimal): -9337528 or 4752753. OLE color: 4752753.

HSL color Cylindrical-coordinate representation of color #718548: hue angle of 79.67º degrees, saturation: 0.3, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #718548 is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 113 133 72 -
CMYK 0.15 0 0.46 0.48
HSL 79.67º 0.3% 0.4% -
HSV(B) 79.67º 0.46% 0.52% -
XYZ 16.37 20.75 9.27 -
YUV 120.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 113 133 72 0.15 0 0.46 0.48 79.67 0.3 0.4
Hex 71 85 48 F 0 2E 30 50 1E 28
Octal 161 205 110 17 0 56 60 120 36 50
Binary 1110001 10000101 1001000 1111 0 101110 110000 1010000 11110 101000

Color Harmonies of #718548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718548

Black with #718548

Text Example


Text Example

White with #718548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718548; }

 p { color: rgb(113,133,72); }

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

background-color css

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

 a { background-color: rgb(113,133,72); }

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

border-color css

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

 span { border-color: rgb(113,133,72); }

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