#737932

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

Shades of Olivetone #737932

Tints of Olivetone #737932

Color information

#737932 (or 0x737932) is unknown color: approx Olivetone. HEX triplet: 73, 79 and 32. RGB value is (115,121,50). Sum of RGB (Red+Green+Blue) = 115+121+50=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 121 (47.66% from 255 or 42.31% from 286); Blue value is 50 (19.92% from 255 or 17.48% from 286); Max value from RGB is 121 - color contains mainly: green. Hex color #737932 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737932 is #8C86CD. Grayscale: #6F6F6F. Windows color (decimal): -9209550 or 3307891. OLE color: 3307891.

HSL color Cylindrical-coordinate representation of color #737932: hue angle of 65.07º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #737932 is Cyan = 0.05, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB11512150-
CMYK0.0500.590.53
HSL65.07º41.52%33.53%-
HSV(B)65.07º58.68%47.45%-
XYZ14.4817.555.64-
YUV111.1193.51130.77-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.21%
GREEN value IS 121 (47.66% from 255) = 42.31%
BLUE value IS 50 (19.92% from 255) = 17.48%
R=40.21%
G=42.31%
B=17.48%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal115121500.0500.590.5365.0741.5233.53
Hex737932503B35412a22
Octal163171625073651015242
Binary1110011111100111001010101110111101011000001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #737932

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #737932; }

 p { color: rgb(115,121,50); }

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

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

 a { background-color: rgb(115,121,50); }

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

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

 span { border-color: rgb(115,121,50); }

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