Html Css Color HEX #648521 Olive Drab

📋 copy color: '#648521'

red 100 ◦ green 133 ◦ blue 33

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

Shades of Olive Drab #648521

Tints of Olive Drab #648521

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 12.41%

R = 37.59%
G = 50%
B = 12.41%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.75

 K value IS 0.48

RGB Variations

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

Color information

#648521 (or 0x648521) is known color: Olive Drab. HEX triplet: 64, 85 and 21. RGB value is (100,133,33). Sum of RGB (Red+Green+Blue) = 100+133+33=266 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.59% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 33 (13.28% from 255 or 12.41% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #648521 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648521 is #9B7ADE. Grayscale: #707070. Windows color (decimal): -10189535 or 2196836. OLE color: 2196836.

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

Color convert

RGB 100 133 33 -
CMYK 0.25 0 0.75 0.48
HSL 79.8º 0.6% 0.33% -
HSV(B) 79.8º 0.75% 0.52% -
XYZ 13.92 19.59 4.49 -
YUV 111.73 83.57 119.63 -
System Red Green Blue C M Y K H S L
Decimal 100 133 33 0.25 0 0.75 0.48 79.8 0.6 0.33
Hex 64 85 21 19 0 4B 30 50 3C 21
Octal 144 205 41 31 0 113 60 120 74 41
Binary 1100100 10000101 100001 11001 0 1001011 110000 1010000 111100 100001

Color Harmonies of #648521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648521

Black with #648521

Text Example


Text Example

White with #648521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648521; }

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

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

background-color css

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

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

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

border-color css

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

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

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