Html Css Color HEX #749428 Olive Drab

📋 copy color: '#749428'

red 116 ◦ green 148 ◦ blue 40

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

Shades of Olive Drab #749428

Tints of Olive Drab #749428

RGB

 RED value IS 116 (45.7% from 255) = 38.16%

 GREEN value IS 148 (58.2% from 255) = 48.68%

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

R = 38.16%
G = 48.68%
B = 13.16%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.73

 K value IS 0.42

RGB Variations

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

Color information

#749428 (or 0x749428) is known color: Olive Drab. HEX triplet: 74, 94 and 28. RGB value is (116,148,40). Sum of RGB (Red+Green+Blue) = 116+148+40=304 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.16% from 304); Green value is 148 (58.20% from 255 or 48.68% from 304); Blue value is 40 (16.02% from 255 or 13.16% from 304); Max value from RGB is 148 - color contains mainly: green. Hex color #749428 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #749428 is #8B6BD7. Grayscale: #7E7E7E. Windows color (decimal): -9137112 or 2659444. OLE color: 2659444.

HSL color Cylindrical-coordinate representation of color #749428: hue angle of 77.78º degrees, saturation: 0.57, 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 #749428 is Cyan = 0.22, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.42.

Color convert

RGB 116 148 40 -
CMYK 0.22 0 0.73 0.42
HSL 77.78º 0.57% 0.37% -
HSV(B) 77.78º 0.73% 0.58% -
XYZ 18.18 25.05 5.88 -
YUV 126.12 79.4 120.78 -
System Red Green Blue C M Y K H S L
Decimal 116 148 40 0.22 0 0.73 0.42 77.78 0.57 0.37
Hex 74 94 28 16 0 49 2A 4E 39 25
Octal 164 224 50 26 0 111 52 116 71 45
Binary 1110100 10010100 101000 10110 0 1001001 101010 1001110 111001 100101

Color Harmonies of #749428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #749428

Black with #749428

Text Example


Text Example

White with #749428

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #749428; }

 p { color: rgb(116,148,40); }

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

background-color css

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

 a { background-color: rgb(116,148,40); }

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

border-color css

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

 span { border-color: rgb(116,148,40); }

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