Html Css Color HEX #649319 Olive Drab

📋 copy color: '#649319'

red 100 ◦ green 147 ◦ blue 25

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

Shades of Olive Drab #649319

Tints of Olive Drab #649319

RGB

 RED value IS 100 (39.45% from 255) = 36.76%

 GREEN value IS 147 (57.81% from 255) = 54.04%

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

R = 36.76%
G = 54.04%
B = 9.19%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.83

 K value IS 0.42

RGB Variations

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

Color information

#649319 (or 0x649319) is known color: Olive Drab. HEX triplet: 64, 93 and 19. RGB value is (100,147,25). Sum of RGB (Red+Green+Blue) = 100+147+25=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 147 (57.81% from 255 or 54.04% from 272); Blue value is 25 (10.16% from 255 or 9.19% from 272); Max value from RGB is 147 - color contains mainly: green. Hex color #649319 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #649319 is #9B6CE6. Grayscale: #777777. Windows color (decimal): -10185959 or 1676132. OLE color: 1676132.

HSL color Cylindrical-coordinate representation of color #649319: hue angle of 83.11º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #649319 is Cyan = 0.32, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.42.

Color convert

RGB 100 147 25 -
CMYK 0.32 0 0.83 0.42
HSL 83.11º 0.71% 0.34% -
HSV(B) 83.11º 0.83% 0.58% -
XYZ 15.86 23.65 4.65 -
YUV 119.04 74.93 114.42 -
System Red Green Blue C M Y K H S L
Decimal 100 147 25 0.32 0 0.83 0.42 83.11 0.71 0.34
Hex 64 93 19 20 0 53 2A 53 47 22
Octal 144 223 31 40 0 123 52 123 107 42
Binary 1100100 10010011 11001 100000 0 1010011 101010 1010011 1000111 100010

Color Harmonies of #649319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #649319

Black with #649319

Text Example


Text Example

White with #649319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #649319; }

 p { color: rgb(100,147,25); }

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

background-color css

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

 a { background-color: rgb(100,147,25); }

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

border-color css

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

 span { border-color: rgb(100,147,25); }

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