Html Css Color HEX #728C46 Dingley

📋 copy color: '#728C46'

red 114 ◦ green 140 ◦ blue 70

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

Shades of Dingley #728C46

Tints of Dingley #728C46

RGB

 RED value IS 114 (44.92% from 255) = 35.19%

 GREEN value IS 140 (55.08% from 255) = 43.21%

 BLUE value IS 70 (27.73% from 255) = 21.6%

R = 35.19%
G = 43.21%
B = 21.6%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#728C46 (or 0x728C46) is known color: Dingley. HEX triplet: 72, 8C and 46. RGB value is (114,140,70). Sum of RGB (Red+Green+Blue) = 114+140+70=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 140 (55.08% from 255 or 43.21% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 140 - color contains mainly: green. Hex color #728C46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728C46 is #8D73B9. Grayscale: #7C7C7C. Windows color (decimal): -9270202 or 4623474. OLE color: 4623474.

HSL color Cylindrical-coordinate representation of color #728C46: hue angle of 82.29º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #728C46 is Cyan = 0.19, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 114 140 70 -
CMYK 0.19 0 0.50 0.45
HSL 82.29º 0.33% 0.41% -
HSV(B) 82.29º 0.5% 0.55% -
XYZ 17.42 22.78 9.27 -
YUV 124.25 97.39 120.69 -
System Red Green Blue C M Y K H S L
Decimal 114 140 70 0.19 0 0.50 0.45 82.29 0.33 0.41
Hex 72 8C 46 13 0 32 2D 52 21 29
Octal 162 214 106 23 0 62 55 122 41 51
Binary 1110010 10001100 1000110 10011 0 110010 101101 1010010 100001 101001

Color Harmonies of #728C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728C46

Black with #728C46

Text Example


Text Example

White with #728C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728C46; }

 p { color: rgb(114,140,70); }

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

background-color css

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

 a { background-color: rgb(114,140,70); }

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

border-color css

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

 span { border-color: rgb(114,140,70); }

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