Html Css Color HEX #648328 Olive Drab

📋 copy color: '#648328'

red 100 ◦ green 131 ◦ blue 40

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

Shades of Olive Drab #648328

Tints of Olive Drab #648328

RGB

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

 GREEN value IS 131 (51.56% from 255) = 48.34%

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

R = 36.9%
G = 48.34%
B = 14.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.69

 K value IS 0.49

RGB Variations

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

Color information

#648328 (or 0x648328) is known color: Olive Drab. HEX triplet: 64, 83 and 28. RGB value is (100,131,40). Sum of RGB (Red+Green+Blue) = 100+131+40=271 (35% of max value = 765). Red value is 100 (39.45% from 255 or 36.90% from 271); Green value is 131 (51.56% from 255 or 48.34% from 271); Blue value is 40 (16.02% from 255 or 14.76% from 271); Max value from RGB is 131 - color contains mainly: green. Hex color #648328 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648328 is #9B7CD7. Grayscale: #6F6F6F. Windows color (decimal): -10190040 or 2655076. OLE color: 2655076.

HSL color Cylindrical-coordinate representation of color #648328: hue angle of 80.44º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #648328 is Cyan = 0.24, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 131 40 -
CMYK 0.24 0 0.69 0.49
HSL 80.44º 0.53% 0.34% -
HSV(B) 80.44º 0.69% 0.51% -
XYZ 13.75 19.1 4.97 -
YUV 111.36 87.73 119.9 -
System Red Green Blue C M Y K H S L
Decimal 100 131 40 0.24 0 0.69 0.49 80.44 0.53 0.34
Hex 64 83 28 18 0 45 31 50 35 22
Octal 144 203 50 30 0 105 61 120 65 42
Binary 1100100 10000011 101000 11000 0 1000101 110001 1010000 110101 100010

Color Harmonies of #648328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648328

Black with #648328

Text Example


Text Example

White with #648328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648328; }

 p { color: rgb(100,131,40); }

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

background-color css

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

 a { background-color: rgb(100,131,40); }

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

border-color css

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

 span { border-color: rgb(100,131,40); }

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