Html Css Color HEX #738C19 Olive Drab

📋 copy color: '#738C19'

red 115 ◦ green 140 ◦ blue 25

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

Shades of Olive Drab #738C19

Tints of Olive Drab #738C19

RGB

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

 GREEN value IS 140 (55.08% from 255) = 50%

 BLUE value IS 25 (10.16% from 255) = 8.93%

R = 41.07%
G = 50%
B = 8.93%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#738C19 (or 0x738C19) is known color: Olive Drab. HEX triplet: 73, 8C and 19. RGB value is (115,140,25). Sum of RGB (Red+Green+Blue) = 115+140+25=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 140 (55.08% from 255 or 50% from 280); Blue value is 25 (10.16% from 255 or 8.93% from 280); Max value from RGB is 140 - color contains mainly: green. Hex color #738C19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #738C19 is #8C73E6. Grayscale: #777777. Windows color (decimal): -9204711 or 1674355. OLE color: 1674355.

HSL color Cylindrical-coordinate representation of color #738C19: hue angle of 73.04º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #738C19 is Cyan = 0.18, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB 115 140 25 -
CMYK 0.18 0 0.82 0.45
HSL 73.04º 0.7% 0.32% -
HSV(B) 73.04º 0.82% 0.55% -
XYZ 16.62 22.47 4.38 -
YUV 119.42 74.72 124.85 -
System Red Green Blue C M Y K H S L
Decimal 115 140 25 0.18 0 0.82 0.45 73.04 0.7 0.32
Hex 73 8C 19 12 0 52 2D 49 46 20
Octal 163 214 31 22 0 122 55 111 106 40
Binary 1110011 10001100 11001 10010 0 1010010 101101 1001001 1000110 100000

Color Harmonies of #738C19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738C19

Black with #738C19

Text Example


Text Example

White with #738C19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,140,25); }

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

background-color css

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

 a { background-color: rgb(115,140,25); }

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

border-color css

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

 span { border-color: rgb(115,140,25); }

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