Html Css Color HEX #728548 Dingley

📋 copy color: '#728548'

red 114 ◦ green 133 ◦ blue 72

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

Shades of Dingley #728548

Tints of Dingley #728548

RGB

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

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

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

R = 35.74%
G = 41.69%
B = 22.57%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.48

RGB Variations

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

Color information

#728548 (or 0x728548) is known color: Dingley. HEX triplet: 72, 85 and 48. RGB value is (114,133,72). Sum of RGB (Red+Green+Blue) = 114+133+72=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 133 (52.34% from 255 or 41.69% from 319); Blue value is 72 (28.52% from 255 or 22.57% from 319); Max value from RGB is 133 - color contains mainly: green. Hex color #728548 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728548 is #8D7AB7. Grayscale: #787878. Windows color (decimal): -9271992 or 4752754. OLE color: 4752754.

HSL color Cylindrical-coordinate representation of color #728548: hue angle of 78.69º 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 #728548 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.48.

Color convert

RGB 114 133 72 -
CMYK 0.14 0 0.46 0.48
HSL 78.69º 0.3% 0.4% -
HSV(B) 78.69º 0.46% 0.52% -
XYZ 16.5 20.82 9.28 -
YUV 120.37 100.71 123.46 -
System Red Green Blue C M Y K H S L
Decimal 114 133 72 0.14 0 0.46 0.48 78.69 0.3 0.4
Hex 72 85 48 E 0 2E 30 4F 1E 28
Octal 162 205 110 16 0 56 60 117 36 50
Binary 1110010 10000101 1001000 1110 0 101110 110000 1001111 11110 101000

Color Harmonies of #728548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728548

Black with #728548

Text Example


Text Example

White with #728548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728548; }

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

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

background-color css

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

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

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

border-color css

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

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

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