Html Css Color HEX #638422 Olive Drab

📋 copy color: '#638422'

red 99 ◦ green 132 ◦ blue 34

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

Shades of Olive Drab #638422

Tints of Olive Drab #638422

RGB

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

 GREEN value IS 132 (51.95% from 255) = 49.81%

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

R = 37.36%
G = 49.81%
B = 12.83%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.74

 K value IS 0.48

RGB Variations

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

Color information

#638422 (or 0x638422) is known color: Olive Drab. HEX triplet: 63, 84 and 22. RGB value is (99,132,34). Sum of RGB (Red+Green+Blue) = 99+132+34=265 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.36% from 265); Green value is 132 (51.95% from 255 or 49.81% from 265); Blue value is 34 (13.67% from 255 or 12.83% from 265); Max value from RGB is 132 - color contains mainly: green. Hex color #638422 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638422 is #9C7BDD. Grayscale: #6F6F6F. Windows color (decimal): -10255326 or 2262115. OLE color: 2262115.

HSL color Cylindrical-coordinate representation of color #638422: hue angle of 80.2º 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 #638422 is Cyan = 0.25, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 132 34 -
CMYK 0.25 0 0.74 0.48
HSL 80.2º 0.59% 0.33% -
HSV(B) 80.2º 0.74% 0.52% -
XYZ 13.69 19.27 4.51 -
YUV 110.96 84.57 119.47 -
System Red Green Blue C M Y K H S L
Decimal 99 132 34 0.25 0 0.74 0.48 80.2 0.59 0.33
Hex 63 84 22 19 0 4A 30 50 3B 21
Octal 143 204 42 31 0 112 60 120 73 41
Binary 1100011 10000100 100010 11001 0 1001010 110000 1010000 111011 100001

Color Harmonies of #638422

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638422

Black with #638422

Text Example


Text Example

White with #638422

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638422; }

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

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

background-color css

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

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

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

border-color css

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

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

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