#718538

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

Shades of Olive Drab #718538

Tints of Olive Drab #718538

Color information

#718538 (or 0x718538) is unknown color: approx Olive Drab. HEX triplet: 71, 85 and 38. RGB value is (113,133,56). Sum of RGB (Red+Green+Blue) = 113+133+56=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 133 (52.34% from 255 or 44.04% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 133 - color contains mainly: green. Hex color #718538 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718538 is #8E7AC7. Grayscale: #767676. Windows color (decimal): -9337544 or 3704177. OLE color: 3704177.

HSL color Cylindrical-coordinate representation of color #718538: hue angle of 75.58º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #718538 is Cyan = 0.15, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB11313356-
CMYK0.1500.580.48
HSL75.58º40.74%37.06%-
HSV(B)75.58º57.89%52.16%-
XYZ15.9120.576.87-
YUV118.2492.87124.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 133 (52.34% from 255) = 44.04%
BLUE value IS 56 (22.27% from 255) = 18.54%
R=37.42%
G=44.04%
B=18.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal113133560.1500.580.4875.5840.7437.06
Hex718538F03A304c2925
Octal1612057017072601145145
Binary111000110000101111000111101110101100001001100101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718538; }

 p { color: rgb(113,133,56); }

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

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

 a { background-color: rgb(113,133,56); }

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

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

 span { border-color: rgb(113,133,56); }

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