Html Css Color HEX #638522 Olive Drab

📋 copy color: '#638522'

red 99 ◦ green 133 ◦ blue 34

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

Shades of Olive Drab #638522

Tints of Olive Drab #638522

RGB

 RED value IS 99 (39.06% from 255) = 37.22%

 GREEN value IS 133 (52.34% from 255) = 50%

 BLUE value IS 34 (13.67% from 255) = 12.78%

R = 37.22%
G = 50%
B = 12.78%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#638522 (or 0x638522) is known color: Olive Drab. HEX triplet: 63, 85 and 22. RGB value is (99,133,34). Sum of RGB (Red+Green+Blue) = 99+133+34=266 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.22% from 266); Green value is 133 (52.34% from 255 or 50% from 266); Blue value is 34 (13.67% from 255 or 12.78% from 266); Max value from RGB is 133 - color contains mainly: green. Hex color #638522 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638522 is #9C7ADD. Grayscale: #6F6F6F. Windows color (decimal): -10255070 or 2262371. OLE color: 2262371.

HSL color Cylindrical-coordinate representation of color #638522: hue angle of 80.61º degrees, saturation: 0.59, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #638522 is Cyan = 0.26, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 133 34 -
CMYK 0.26 0 0.74 0.48
HSL 80.61º 0.59% 0.33% -
HSV(B) 80.61º 0.74% 0.52% -
XYZ 13.82 19.54 4.56 -
YUV 111.55 84.24 119.05 -
System Red Green Blue C M Y K H S L
Decimal 99 133 34 0.26 0 0.74 0.48 80.61 0.59 0.33
Hex 63 85 22 1A 0 4A 30 51 3B 21
Octal 143 205 42 32 0 112 60 121 73 41
Binary 1100011 10000101 100010 11010 0 1001010 110000 1010001 111011 100001

Color Harmonies of #638522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638522

Black with #638522

Text Example


Text Example

White with #638522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638522; }

 p { color: rgb(99,133,34); }

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

background-color css

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

 a { background-color: rgb(99,133,34); }

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

border-color css

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

 span { border-color: rgb(99,133,34); }

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