Html Css Color HEX #728A44 Dingley

📋 copy color: '#728A44'

red 114 ◦ green 138 ◦ blue 68

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

Shades of Dingley #728A44

Tints of Dingley #728A44

RGB

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

 GREEN value IS 138 (54.3% from 255) = 43.13%

 BLUE value IS 68 (26.95% from 255) = 21.25%

R = 35.63%
G = 43.13%
B = 21.25%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.51

 K value IS 0.46

RGB Variations

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

Color information

#728A44 (or 0x728A44) is known color: Dingley. HEX triplet: 72, 8A and 44. RGB value is (114,138,68). Sum of RGB (Red+Green+Blue) = 114+138+68=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 138 (54.30% from 255 or 43.12% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 138 - color contains mainly: green. Hex color #728A44 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728A44 is #8D75BB. Grayscale: #7B7B7B. Windows color (decimal): -9270716 or 4491890. OLE color: 4491890.

HSL color Cylindrical-coordinate representation of color #728A44: hue angle of 80.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #728A44 is Cyan = 0.17, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.46.

Color convert

RGB 114 138 68 -
CMYK 0.17 0 0.51 0.46
HSL 80.57º 0.34% 0.4% -
HSV(B) 80.57º 0.51% 0.54% -
XYZ 17.07 22.17 8.85 -
YUV 122.84 97.05 121.69 -
System Red Green Blue C M Y K H S L
Decimal 114 138 68 0.17 0 0.51 0.46 80.57 0.34 0.4
Hex 72 8A 44 11 0 33 2E 51 22 28
Octal 162 212 104 21 0 63 56 121 42 50
Binary 1110010 10001010 1000100 10001 0 110011 101110 1010001 100010 101000

Color Harmonies of #728A44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728A44

Black with #728A44

Text Example


Text Example

White with #728A44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,138,68); }

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

background-color css

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

 a { background-color: rgb(114,138,68); }

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

border-color css

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

 span { border-color: rgb(114,138,68); }

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