Html Css Color HEX #648318 Olive Drab

📋 copy color: '#648318'

red 100 ◦ green 131 ◦ blue 24

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

Shades of Olive Drab #648318

Tints of Olive Drab #648318

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 9.41%

R = 39.22%
G = 51.37%
B = 9.41%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.82

 K value IS 0.49

RGB Variations

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

Color information

#648318 (or 0x648318) is known color: Olive Drab. HEX triplet: 64, 83 and 18. RGB value is (100,131,24). Sum of RGB (Red+Green+Blue) = 100+131+24=255 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.22% from 255); Green value is 131 (51.56% from 255 or 51.37% from 255); Blue value is 24 (9.77% from 255 or 9.41% from 255); Max value from RGB is 131 - color contains mainly: green. Hex color #648318 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #648318 is #9B7CE7. Grayscale: #6D6D6D. Windows color (decimal): -10190056 or 1606500. OLE color: 1606500.

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

Color convert

RGB 100 131 24 -
CMYK 0.24 0 0.82 0.49
HSL 77.38º 0.69% 0.3% -
HSV(B) 77.38º 0.82% 0.51% -
XYZ 13.54 19.01 3.82 -
YUV 109.53 79.73 121.2 -
System Red Green Blue C M Y K H S L
Decimal 100 131 24 0.24 0 0.82 0.49 77.38 0.69 0.3
Hex 64 83 18 18 0 52 31 4D 45 1E
Octal 144 203 30 30 0 122 61 115 105 36
Binary 1100100 10000011 11000 11000 0 1010010 110001 1001101 1000101 11110

Color Harmonies of #648318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648318

Black with #648318

Text Example


Text Example

White with #648318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648318; }

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

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

background-color css

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

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

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

border-color css

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

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

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