#73852E

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

Shades of Olive Drab #73852E

Tints of Olive Drab #73852E

Color information

#73852E (or 0x73852E) is unknown color: approx Olive Drab. HEX triplet: 73, 85 and 2E. RGB value is (115,133,46). Sum of RGB (Red+Green+Blue) = 115+133+46=294 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.12% from 294); Green value is 133 (52.34% from 255 or 45.24% from 294); Blue value is 46 (18.36% from 255 or 15.65% from 294); Max value from RGB is 133 - color contains mainly: green. Hex color #73852E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73852E is #8C7AD1. Grayscale: #767676. Windows color (decimal): -9206482 or 3048819. OLE color: 3048819.

HSL color Cylindrical-coordinate representation of color #73852E: hue angle of 72.41º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #73852E is Cyan = 0.14, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB11513346-
CMYK0.1400.650.48
HSL72.41º48.6%35.1%-
HSV(B)72.41º65.41%52.16%-
XYZ15.9520.625.72-
YUV117.787.54126.07-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 39.12%
GREEN value IS 133 (52.34% from 255) = 45.24%
BLUE value IS 46 (18.36% from 255) = 15.65%
R=39.12%
G=45.24%
B=15.65%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal115133460.1400.650.4872.4148.635.1
Hex73852EE04130483123
Octal16320556160101601106143
Binary1110011100001011011101110010000011100001001000110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73852E; }

 p { color: rgb(115,133,46); }

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

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

 a { background-color: rgb(115,133,46); }

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

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

 span { border-color: rgb(115,133,46); }

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