Html Css Color HEX #719528 Olive Drab

📋 copy color: '#719528'

red 113 ◦ green 149 ◦ blue 40

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

Shades of Olive Drab #719528

Tints of Olive Drab #719528

RGB

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

 GREEN value IS 149 (58.59% from 255) = 49.34%

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

R = 37.42%
G = 49.34%
B = 13.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#719528 (or 0x719528) is known color: Olive Drab. HEX triplet: 71, 95 and 28. RGB value is (113,149,40). Sum of RGB (Red+Green+Blue) = 113+149+40=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 149 (58.59% from 255 or 49.34% from 302); Blue value is 40 (16.02% from 255 or 13.25% from 302); Max value from RGB is 149 - color contains mainly: green. Hex color #719528 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #719528 is #8E6AD7. Grayscale: #7E7E7E. Windows color (decimal): -9333464 or 2659697. OLE color: 2659697.

HSL color Cylindrical-coordinate representation of color #719528: hue angle of 79.82º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #719528 is Cyan = 0.24, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 113 149 40 -
CMYK 0.24 0 0.73 0.42
HSL 79.82º 0.58% 0.37% -
HSV(B) 79.82º 0.73% 0.58% -
XYZ 17.94 25.16 5.92 -
YUV 125.81 79.57 118.86 -
System Red Green Blue C M Y K H S L
Decimal 113 149 40 0.24 0 0.73 0.42 79.82 0.58 0.37
Hex 71 95 28 18 0 49 2A 50 3A 25
Octal 161 225 50 30 0 111 52 120 72 45
Binary 1110001 10010101 101000 11000 0 1001001 101010 1010000 111010 100101

Color Harmonies of #719528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719528

Black with #719528

Text Example


Text Example

White with #719528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719528; }

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

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

background-color css

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

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

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

border-color css

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

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

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