Html Css Color HEX #728648 Dingley

📋 copy color: '#728648'

red 114 ◦ green 134 ◦ blue 72

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

Shades of Dingley #728648

Tints of Dingley #728648

RGB

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

 GREEN value IS 134 (52.73% from 255) = 41.88%

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

R = 35.63%
G = 41.88%
B = 22.5%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#728648 (or 0x728648) is known color: Dingley. HEX triplet: 72, 86 and 48. RGB value is (114,134,72). Sum of RGB (Red+Green+Blue) = 114+134+72=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 134 (52.73% from 255 or 41.88% from 320); Blue value is 72 (28.52% from 255 or 22.5% from 320); Max value from RGB is 134 - color contains mainly: green. Hex color #728648 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728648 is #8D79B7. Grayscale: #797979. Windows color (decimal): -9271736 or 4753010. OLE color: 4753010.

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

Color convert

RGB 114 134 72 -
CMYK 0.15 0 0.46 0.47
HSL 79.35º 0.3% 0.4% -
HSV(B) 79.35º 0.46% 0.53% -
XYZ 16.63 21.1 9.33 -
YUV 120.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 114 134 72 0.15 0 0.46 0.47 79.35 0.3 0.4
Hex 72 86 48 F 0 2E 2F 4F 1E 28
Octal 162 206 110 17 0 56 57 117 36 50
Binary 1110010 10000110 1001000 1111 0 101110 101111 1001111 11110 101000

Color Harmonies of #728648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728648

Black with #728648

Text Example


Text Example

White with #728648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728648; }

 p { color: rgb(114,134,72); }

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

background-color css

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

 a { background-color: rgb(114,134,72); }

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

border-color css

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

 span { border-color: rgb(114,134,72); }

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