Html Css Color HEX #728848 Dingley

📋 copy color: '#728848'

red 114 ◦ green 136 ◦ blue 72

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

Shades of Dingley #728848

Tints of Dingley #728848

RGB

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

 GREEN value IS 136 (53.52% from 255) = 42.24%

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

R = 35.4%
G = 42.24%
B = 22.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.47

RGB Variations

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

Color information

#728848 (or 0x728848) is known color: Dingley. HEX triplet: 72, 88 and 48. RGB value is (114,136,72). Sum of RGB (Red+Green+Blue) = 114+136+72=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 136 (53.52% from 255 or 42.24% from 322); Blue value is 72 (28.52% from 255 or 22.36% from 322); Max value from RGB is 136 - color contains mainly: green. Hex color #728848 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728848 is #8D77B7. Grayscale: #7A7A7A. Windows color (decimal): -9271224 or 4753522. OLE color: 4753522.

HSL color Cylindrical-coordinate representation of color #728848: hue angle of 80.62º degrees, saturation: 0.31, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #728848 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.47.

Color convert

RGB 114 136 72 -
CMYK 0.16 0 0.47 0.47
HSL 80.63º 0.31% 0.41% -
HSV(B) 80.63º 0.47% 0.53% -
XYZ 16.91 21.65 9.42 -
YUV 122.13 99.71 122.2 -
System Red Green Blue C M Y K H S L
Decimal 114 136 72 0.16 0 0.47 0.47 80.63 0.31 0.41
Hex 72 88 48 10 0 2F 2F 51 1F 29
Octal 162 210 110 20 0 57 57 121 37 51
Binary 1110010 10001000 1001000 10000 0 101111 101111 1010001 11111 101001

Color Harmonies of #728848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #728848

Black with #728848

Text Example


Text Example

White with #728848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #728848; }

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

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

background-color css

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

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

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

border-color css

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

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

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