Html Css Color HEX #718348 Dingley

📋 copy color: '#718348'

red 113 ◦ green 131 ◦ blue 72

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

Shades of Dingley #718348

Tints of Dingley #718348

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.46%

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

R = 35.76%
G = 41.46%
B = 22.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.49

RGB Variations

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

Color information

#718348 (or 0x718348) is known color: Dingley. HEX triplet: 71, 83 and 48. RGB value is (113,131,72). Sum of RGB (Red+Green+Blue) = 113+131+72=316 (41% of max value = 765). Red value is 113 (44.53% from 255 or 35.76% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 72 (28.52% from 255 or 22.78% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #718348 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718348 is #8E7CB7. Grayscale: #777777. Windows color (decimal): -9338040 or 4752241. OLE color: 4752241.

HSL color Cylindrical-coordinate representation of color #718348: hue angle of 78.31º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #718348 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 131 72 -
CMYK 0.14 0 0.45 0.49
HSL 78.31º 0.29% 0.4% -
HSV(B) 78.31º 0.45% 0.51% -
XYZ 16.1 20.21 9.18 -
YUV 118.89 101.54 123.8 -
System Red Green Blue C M Y K H S L
Decimal 113 131 72 0.14 0 0.45 0.49 78.31 0.29 0.4
Hex 71 83 48 E 0 2D 31 4E 1D 28
Octal 161 203 110 16 0 55 61 116 35 50
Binary 1110001 10000011 1001000 1110 0 101101 110001 1001110 11101 101000

Color Harmonies of #718348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718348

Black with #718348

Text Example


Text Example

White with #718348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718348; }

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

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

background-color css

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

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

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

border-color css

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

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

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