Html Css Color HEX #728549 Dingley

📋 copy color: '#728549'

red 114 ◦ green 133 ◦ blue 73

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

Shades of Dingley #728549

Tints of Dingley #728549

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.81%

R = 35.63%
G = 41.56%
B = 22.81%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.45

 K value IS 0.48

RGB Variations

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

Color information

#728549 (or 0x728549) is known color: Dingley. HEX triplet: 72, 85 and 49. RGB value is (114,133,73). Sum of RGB (Red+Green+Blue) = 114+133+73=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 133 (52.34% from 255 or 41.56% from 320); Blue value is 73 (28.91% from 255 or 22.81% from 320); Max value from RGB is 133 - color contains mainly: green. Hex color #728549 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728549 is #8D7AB6. Grayscale: #787878. Windows color (decimal): -9271991 or 4818290. OLE color: 4818290.

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

Color convert

RGB 114 133 73 -
CMYK 0.14 0 0.45 0.48
HSL 79º 0.29% 0.4% -
HSV(B) 79º 0.45% 0.52% -
XYZ 16.53 20.83 9.45 -
YUV 120.48 101.21 123.38 -
System Red Green Blue C M Y K H S L
Decimal 114 133 73 0.14 0 0.45 0.48 79 0.29 0.4
Hex 72 85 49 E 0 2D 30 4F 1D 28
Octal 162 205 111 16 0 55 60 117 35 50
Binary 1110010 10000101 1001001 1110 0 101101 110000 1001111 11101 101000

Color Harmonies of #728549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728549

Black with #728549

Text Example


Text Example

White with #728549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728549; }

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

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

background-color css

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

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

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

border-color css

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

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

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