Html Css Color HEX #718328 Olive Drab

📋 copy color: '#718328'

red 113 ◦ green 131 ◦ blue 40

#718328
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #718328

Tints of Olive Drab #718328

RGB

 RED value IS 113 (44.53% from 255) = 39.79%

 GREEN value IS 131 (51.56% from 255) = 46.13%

 BLUE value IS 40 (16.02% from 255) = 14.08%

R = 39.79%
G = 46.13%
B = 14.08%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#718328 (or 0x718328) is known color: Olive Drab. HEX triplet: 71, 83 and 28. RGB value is (113,131,40). Sum of RGB (Red+Green+Blue) = 113+131+40=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 131 (51.56% from 255 or 46.13% from 284); Blue value is 40 (16.02% from 255 or 14.08% from 284); Max value from RGB is 131 - color contains mainly: green. Hex color #718328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #718328 is #8E7CD7. Grayscale: #737373. Windows color (decimal): -9338072 or 2655089. OLE color: 2655089.

HSL color Cylindrical-coordinate representation of color #718328: hue angle of 71.87º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #718328 is Cyan = 0.14, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 113 131 40 -
CMYK 0.14 0 0.69 0.49
HSL 71.87º 0.53% 0.34% -
HSV(B) 71.87º 0.69% 0.51% -
XYZ 15.31 19.9 5.04 -
YUV 115.24 85.54 126.4 -
System Red Green Blue C M Y K H S L
Decimal 113 131 40 0.14 0 0.69 0.49 71.87 0.53 0.34
Hex 71 83 28 E 0 45 31 48 35 22
Octal 161 203 50 16 0 105 61 110 65 42
Binary 1110001 10000011 101000 1110 0 1000101 110001 1001000 110101 100010

Color Harmonies of #718328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #718328

Black with #718328

Text Example


Text Example

White with #718328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #718328; }

 p { color: rgb(113,131,40); }

 H1.HeaderClassName
 {
   color: #718328;
 }
 .AnyTagClassName
 {
   color: #718328;
 }
</style>

background-color css

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

 a { background-color: rgb(113,131,40); }

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

border-color css

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

 span { border-color: rgb(113,131,40); }

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