Html Css Color HEX #648513 Olive Drab

📋 copy color: '#648513'

red 100 ◦ green 133 ◦ blue 19

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

Shades of Olive Drab #648513

Tints of Olive Drab #648513

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.78%

 BLUE value IS 19 (7.81% from 255) = 7.54%

R = 39.68%
G = 52.78%
B = 7.54%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#648513 (or 0x648513) is known color: Olive Drab. HEX triplet: 64, 85 and 13. RGB value is (100,133,19). Sum of RGB (Red+Green+Blue) = 100+133+19=252 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.68% from 252); Green value is 133 (52.34% from 255 or 52.78% from 252); Blue value is 19 (7.81% from 255 or 7.54% from 252); Max value from RGB is 133 - color contains mainly: green. Hex color #648513 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648513 is #9B7AEC. Grayscale: #6E6E6E. Windows color (decimal): -10189549 or 1279332. OLE color: 1279332.

HSL color Cylindrical-coordinate representation of color #648513: hue angle of 77.37º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #648513 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 100 133 19 -
CMYK 0.25 0 0.86 0.48
HSL 77.37º 0.75% 0.3% -
HSV(B) 77.37º 0.86% 0.52% -
XYZ 13.76 19.53 3.66 -
YUV 110.14 76.57 120.77 -
System Red Green Blue C M Y K H S L
Decimal 100 133 19 0.25 0 0.86 0.48 77.37 0.75 0.3
Hex 64 85 13 19 0 56 30 4D 4B 1E
Octal 144 205 23 31 0 126 60 115 113 36
Binary 1100100 10000101 10011 11001 0 1010110 110000 1001101 1001011 11110

Color Harmonies of #648513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648513

Black with #648513

Text Example


Text Example

White with #648513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648513; }

 p { color: rgb(100,133,19); }

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

background-color css

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

 a { background-color: rgb(100,133,19); }

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

border-color css

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

 span { border-color: rgb(100,133,19); }

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