#728526

Color #728526 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #728526

Tints of Olive Drab #728526

Color information

#728526 (or 0x728526) is unknown color: approx Olive Drab. HEX triplet: 72, 85 and 26. RGB value is (114,133,38). Sum of RGB (Red+Green+Blue) = 114+133+38=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 38 (15.23% from 255 or 13.33% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #728526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #728526 is #8D7AD9. Grayscale: #747474. Windows color (decimal): -9272026 or 2524530. OLE color: 2524530.

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

Color convert

RGB11413338-
CMYK0.1400.710.48
HSL72º55.56%33.53%-
HSV(B)72º71.43%52.16%-
XYZ15.6820.494.96-
YUV116.4983.71126.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 38 (15.23% from 255) = 13.33%
R=40%
G=46.67%
B=13.33%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal114133380.1400.710.487255.5633.53
Hex728526E04730483822
Octal16220546160107601107042
Binary1110010100001011001101110010001111100001001000111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #728526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #728526; }

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

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

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

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

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

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

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

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