Html Css Color HEX #648626 Olive Drab

📋 copy color: '#648626'

red 100 ◦ green 134 ◦ blue 38

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

Shades of Olive Drab #648626

Tints of Olive Drab #648626

RGB

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

 GREEN value IS 134 (52.73% from 255) = 49.26%

 BLUE value IS 38 (15.23% from 255) = 13.97%

R = 36.76%
G = 49.26%
B = 13.97%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.72

 K value IS 0.47

RGB Variations

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

Color information

#648626 (or 0x648626) is known color: Olive Drab. HEX triplet: 64, 86 and 26. RGB value is (100,134,38). Sum of RGB (Red+Green+Blue) = 100+134+38=272 (36% of max value = 765). Red value is 100 (39.45% from 255 or 36.76% from 272); Green value is 134 (52.73% from 255 or 49.26% from 272); Blue value is 38 (15.23% from 255 or 13.97% from 272); Max value from RGB is 134 - color contains mainly: green. Hex color #648626 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648626 is #9B79D9. Grayscale: #717171. Windows color (decimal): -10189274 or 2524772. OLE color: 2524772.

HSL color Cylindrical-coordinate representation of color #648626: hue angle of 81.25º degrees, saturation: 0.56, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #648626 is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.47.

Color convert

RGB 100 134 38 -
CMYK 0.25 0 0.72 0.47
HSL 81.25º 0.56% 0.34% -
HSV(B) 81.25º 0.72% 0.53% -
XYZ 14.13 19.9 4.93 -
YUV 112.89 85.74 118.81 -
System Red Green Blue C M Y K H S L
Decimal 100 134 38 0.25 0 0.72 0.47 81.25 0.56 0.34
Hex 64 86 26 19 0 48 2F 51 38 22
Octal 144 206 46 31 0 110 57 121 70 42
Binary 1100100 10000110 100110 11001 0 1001000 101111 1010001 111000 100010

Color Harmonies of #648626

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648626

Black with #648626

Text Example


Text Example

White with #648626

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648626; }

 p { color: rgb(100,134,38); }

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

background-color css

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

 a { background-color: rgb(100,134,38); }

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

border-color css

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

 span { border-color: rgb(100,134,38); }

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