Html Css Color HEX #648226 Olive Drab

📋 copy color: '#648226'

red 100 ◦ green 130 ◦ blue 38

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

Shades of Olive Drab #648226

Tints of Olive Drab #648226

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.51%

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

R = 37.31%
G = 48.51%
B = 14.18%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.71

 K value IS 0.49

RGB Variations

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

Color information

#648226 (or 0x648226) is known color: Olive Drab. HEX triplet: 64, 82 and 26. RGB value is (100,130,38). Sum of RGB (Red+Green+Blue) = 100+130+38=268 (35% of max value = 765). Red value is 100 (39.45% from 255 or 37.31% from 268); Green value is 130 (51.17% from 255 or 48.51% from 268); Blue value is 38 (15.23% from 255 or 14.18% from 268); Max value from RGB is 130 - color contains mainly: green. Hex color #648226 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #648226 is #9B7DD9. Grayscale: #6E6E6E. Windows color (decimal): -10190298 or 2523748. OLE color: 2523748.

HSL color Cylindrical-coordinate representation of color #648226: hue angle of 79.57º degrees, saturation: 0.55, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #648226 is Cyan = 0.23, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 130 38 -
CMYK 0.23 0 0.71 0.49
HSL 79.57º 0.55% 0.33% -
HSV(B) 79.57º 0.71% 0.51% -
XYZ 13.59 18.81 4.75 -
YUV 110.54 87.06 120.48 -
System Red Green Blue C M Y K H S L
Decimal 100 130 38 0.23 0 0.71 0.49 79.57 0.55 0.33
Hex 64 82 26 17 0 47 31 50 37 21
Octal 144 202 46 27 0 107 61 120 67 41
Binary 1100100 10000010 100110 10111 0 1000111 110001 1010000 110111 100001

Color Harmonies of #648226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648226

Black with #648226

Text Example


Text Example

White with #648226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648226; }

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

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

background-color css

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

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

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

border-color css

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

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

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