Html Css Color HEX #738E31 Olive Drab

📋 copy color: '#738E31'

red 115 ◦ green 142 ◦ blue 49

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

Shades of Olive Drab #738E31

Tints of Olive Drab #738E31

RGB

 RED value IS 115 (45.31% from 255) = 37.58%

 GREEN value IS 142 (55.86% from 255) = 46.41%

 BLUE value IS 49 (19.53% from 255) = 16.01%

R = 37.58%
G = 46.41%
B = 16.01%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.65

 K value IS 0.44

RGB Variations

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

Color information

#738E31 (or 0x738E31) is known color: Olive Drab. HEX triplet: 73, 8E and 31. RGB value is (115,142,49). Sum of RGB (Red+Green+Blue) = 115+142+49=306 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.58% from 306); Green value is 142 (55.86% from 255 or 46.41% from 306); Blue value is 49 (19.53% from 255 or 16.01% from 306); Max value from RGB is 142 - color contains mainly: green. Hex color #738E31 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #738E31 is #8C71CE. Grayscale: #7B7B7B. Windows color (decimal): -9204175 or 3247731. OLE color: 3247731.

HSL color Cylindrical-coordinate representation of color #738E31: hue angle of 77.42º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #738E31 is Cyan = 0.19, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 142 49 -
CMYK 0.19 0 0.65 0.44
HSL 77.42º 0.49% 0.37% -
HSV(B) 77.42º 0.65% 0.56% -
XYZ 17.3 23.21 6.47 -
YUV 123.33 86.05 122.06 -
System Red Green Blue C M Y K H S L
Decimal 115 142 49 0.19 0 0.65 0.44 77.42 0.49 0.37
Hex 73 8E 31 13 0 41 2C 4D 31 25
Octal 163 216 61 23 0 101 54 115 61 45
Binary 1110011 10001110 110001 10011 0 1000001 101100 1001101 110001 100101

Color Harmonies of #738E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738E31

Black with #738E31

Text Example


Text Example

White with #738E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738E31; }

 p { color: rgb(115,142,49); }

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

background-color css

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

 a { background-color: rgb(115,142,49); }

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

border-color css

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

 span { border-color: rgb(115,142,49); }

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