#736919

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

Shades of Olivetone #736919

Tints of Olivetone #736919

Color information

#736919 (or 0x736919) is unknown color: approx Olivetone. HEX triplet: 73, 69 and 19. RGB value is (115,105,25). Sum of RGB (Red+Green+Blue) = 115+105+25=245 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.94% from 245); Green value is 105 (41.41% from 255 or 42.86% from 245); Blue value is 25 (10.16% from 255 or 10.20% from 245); Max value from RGB is 115 - color contains mainly: red. Hex color #736919 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736919 is #8C96E6. Grayscale: #636363. Windows color (decimal): -9213671 or 1665395. OLE color: 1665395.

HSL color Cylindrical-coordinate representation of color #736919: hue angle of 53.33º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #736919 is Cyan = 0, Magento = 0.09, Yellow = 0.78 and Black (K on CMYK) = 0.55.

Color convert

RGB11510525-
CMYK00.090.780.55
HSL53.33º64.29%27.45%-
HSV(B)53.33º78.26%45.1%-
XYZ12.313.822.94-
YUV98.8786.31139.5-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 46.94%
GREEN value IS 105 (41.41% from 255) = 42.86%
BLUE value IS 25 (10.16% from 255) = 10.20%
R=46.94%
G=42.86%
B=10.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.78
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1151052500.090.780.5553.3364.2927.45
Hex736919094E3735401b
Octal16315131011116676510033
Binary1110011110100111001010011001110110111110101100000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #736919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #736919; }

 p { color: rgb(115,105,25); }

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

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

 a { background-color: rgb(115,105,25); }

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

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

 span { border-color: rgb(115,105,25); }

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