Html Css Color HEX #638529 Olive Drab

📋 copy color: '#638529'

red 99 ◦ green 133 ◦ blue 41

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

Shades of Olive Drab #638529

Tints of Olive Drab #638529

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 15.02%

R = 36.26%
G = 48.72%
B = 15.02%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.48

RGB Variations

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

Color information

#638529 (or 0x638529) is known color: Olive Drab. HEX triplet: 63, 85 and 29. RGB value is (99,133,41). Sum of RGB (Red+Green+Blue) = 99+133+41=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 133 (52.34% from 255 or 48.72% from 273); Blue value is 41 (16.41% from 255 or 15.02% from 273); Max value from RGB is 133 - color contains mainly: green. Hex color #638529 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638529 is #9C7AD6. Grayscale: #707070. Windows color (decimal): -10255063 or 2721123. OLE color: 2721123.

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

Color convert

RGB 99 133 41 -
CMYK 0.26 0 0.69 0.48
HSL 82.17º 0.53% 0.34% -
HSV(B) 82.17º 0.69% 0.52% -
XYZ 13.93 19.59 5.14 -
YUV 112.35 87.74 118.48 -
System Red Green Blue C M Y K H S L
Decimal 99 133 41 0.26 0 0.69 0.48 82.17 0.53 0.34
Hex 63 85 29 1A 0 45 30 52 35 22
Octal 143 205 51 32 0 105 60 122 65 42
Binary 1100011 10000101 101001 11010 0 1000101 110000 1010010 110101 100010

Color Harmonies of #638529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638529

Black with #638529

Text Example


Text Example

White with #638529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638529; }

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

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

background-color css

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

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

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

border-color css

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

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

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