Html Css Color HEX #638629 Olive Drab

📋 copy color: '#638629'

red 99 ◦ green 134 ◦ blue 41

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

Shades of Olive Drab #638629

Tints of Olive Drab #638629

RGB

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

 GREEN value IS 134 (52.73% from 255) = 48.91%

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

R = 36.13%
G = 48.91%
B = 14.96%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.69

 K value IS 0.47

RGB Variations

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

Color information

#638629 (or 0x638629) is known color: Olive Drab. HEX triplet: 63, 86 and 29. RGB value is (99,134,41). Sum of RGB (Red+Green+Blue) = 99+134+41=274 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.13% from 274); Green value is 134 (52.73% from 255 or 48.91% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 134 - color contains mainly: green. Hex color #638629 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638629 is #9C79D6. Grayscale: #717171. Windows color (decimal): -10254807 or 2721379. OLE color: 2721379.

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

Color convert

RGB 99 134 41 -
CMYK 0.26 0 0.69 0.47
HSL 82.58º 0.53% 0.34% -
HSV(B) 82.58º 0.69% 0.53% -
XYZ 14.07 19.86 5.19 -
YUV 112.93 87.4 118.06 -
System Red Green Blue C M Y K H S L
Decimal 99 134 41 0.26 0 0.69 0.47 82.58 0.53 0.34
Hex 63 86 29 1A 0 45 2F 53 35 22
Octal 143 206 51 32 0 105 57 123 65 42
Binary 1100011 10000110 101001 11010 0 1000101 101111 1010011 110101 100010

Color Harmonies of #638629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638629

Black with #638629

Text Example


Text Example

White with #638629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638629; }

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

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

background-color css

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

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

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

border-color css

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

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

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