Html Css Color HEX #648D19 Olive Drab

📋 copy color: '#648D19'

red 100 ◦ green 141 ◦ blue 25

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

Shades of Olive Drab #648D19

Tints of Olive Drab #648D19

RGB

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

 GREEN value IS 141 (55.47% from 255) = 53.01%

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

R = 37.59%
G = 53.01%
B = 9.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#648D19 (or 0x648D19) is known color: Olive Drab. HEX triplet: 64, 8D and 19. RGB value is (100,141,25). Sum of RGB (Red+Green+Blue) = 100+141+25=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 141 (55.47% from 255 or 53.01% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 141 - color contains mainly: green. Hex color #648D19 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648D19 is #9B72E6. Grayscale: #737373. Windows color (decimal): -10187495 or 1674596. OLE color: 1674596.

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

Color convert

RGB 100 141 25 -
CMYK 0.29 0 0.82 0.45
HSL 81.21º 0.7% 0.33% -
HSV(B) 81.21º 0.82% 0.55% -
XYZ 14.96 21.83 4.34 -
YUV 115.52 76.92 116.93 -
System Red Green Blue C M Y K H S L
Decimal 100 141 25 0.29 0 0.82 0.45 81.21 0.7 0.33
Hex 64 8D 19 1D 0 52 2D 51 46 21
Octal 144 215 31 35 0 122 55 121 106 41
Binary 1100100 10001101 11001 11101 0 1010010 101101 1010001 1000110 100001

Color Harmonies of #648D19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648D19

Black with #648D19

Text Example


Text Example

White with #648D19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648D19; }

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

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

background-color css

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

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

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

border-color css

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

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

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