#73884B

Color #73884B Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #73884B

Tints of Dingley #73884B

Color information

#73884B (or 0x73884B) is unknown color: approx Dingley. HEX triplet: 73, 88 and 4B. RGB value is (115,136,75). Sum of RGB (Red+Green+Blue) = 115+136+75=326 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.28% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 75 (29.69% from 255 or 23.01% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #73884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73884B is #8C77B4. Grayscale: #7A7A7A. Windows color (decimal): -9205685 or 4950131. OLE color: 4950131.

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

Color convert

RGB11513675-
CMYK0.1500.450.47
HSL80.66º28.91%41.37%-
HSV(B)80.66º44.85%53.33%-
XYZ17.1421.769.95-
YUV122.77101.04122.46-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 35.28%
GREEN value IS 136 (53.52% from 255) = 41.72%
BLUE value IS 75 (29.69% from 255) = 23.01%
R=35.28%
G=41.72%
B=23.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal115136750.1500.450.4780.6628.9141.37
Hex73884BF02D2F511d29
Octal16321011317055571213551
Binary111001110001000100101111110101101101111101000111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73884B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73884B; }

 p { color: rgb(115,136,75); }

 H1.HeaderClassName
 {
   color: #73884B;
 }
 .AnyTagClassName
 {
   color: #73884B;
 }
</style>
background-color css

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

 a { background-color: rgb(115,136,75); }

 div.DivClassName
 {
   background-color: #73884B;
 }
 .BgClassName
 {
   background-color: #73884B;
 }
</style>
border-color css

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

 span { border-color: rgb(115,136,75); }

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