Html Css Color HEX #64831D Olive Drab

📋 copy color: '#64831D'

red 100 ◦ green 131 ◦ blue 29

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

Shades of Olive Drab #64831D

Tints of Olive Drab #64831D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 11.15%

R = 38.46%
G = 50.38%
B = 11.15%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#64831D (or 0x64831D) is known color: Olive Drab. HEX triplet: 64, 83 and 1D. RGB value is (100,131,29). Sum of RGB (Red+Green+Blue) = 100+131+29=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 131 (51.56% from 255 or 50.38% from 260); Blue value is 29 (11.72% from 255 or 11.15% from 260); Max value from RGB is 131 - color contains mainly: green. Hex color #64831D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #64831D is #9B7CE2. Grayscale: #6E6E6E. Windows color (decimal): -10190051 or 1934180. OLE color: 1934180.

HSL color Cylindrical-coordinate representation of color #64831D: hue angle of 78.24º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #64831D is Cyan = 0.24, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.49.

Color convert

RGB 100 131 29 -
CMYK 0.24 0 0.78 0.49
HSL 78.24º 0.64% 0.31% -
HSV(B) 78.24º 0.78% 0.51% -
XYZ 13.59 19.03 4.12 -
YUV 110.1 82.23 120.79 -
System Red Green Blue C M Y K H S L
Decimal 100 131 29 0.24 0 0.78 0.49 78.24 0.64 0.31
Hex 64 83 1D 18 0 4E 31 4E 40 1F
Octal 144 203 35 30 0 116 61 116 100 37
Binary 1100100 10000011 11101 11000 0 1001110 110001 1001110 1000000 11111

Color Harmonies of #64831D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64831D

Black with #64831D

Text Example


Text Example

White with #64831D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #64831D; }

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

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

background-color css

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

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

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

border-color css

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

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

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