Html Css Color HEX #638029 Olive Drab

📋 copy color: '#638029'

red 99 ◦ green 128 ◦ blue 41

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

Shades of Olive Drab #638029

Tints of Olive Drab #638029

RGB

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

 GREEN value IS 128 (50.39% from 255) = 47.76%

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

R = 36.94%
G = 47.76%
B = 15.3%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.68

 K value IS 0.50

RGB Variations

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

Color information

#638029 (or 0x638029) is known color: Olive Drab. HEX triplet: 63, 80 and 29. RGB value is (99,128,41). Sum of RGB (Red+Green+Blue) = 99+128+41=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 128 (50.39% from 255 or 47.76% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 128 - color contains mainly: green. Hex color #638029 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638029 is #9C7FD6. Grayscale: #6D6D6D. Windows color (decimal): -10256343 or 2719843. OLE color: 2719843.

HSL color Cylindrical-coordinate representation of color #638029: hue angle of 80º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #638029 is Cyan = 0.23, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.50.

Color convert

RGB 99 128 41 -
CMYK 0.23 0 0.68 0.50
HSL 80º 0.51% 0.33% -
HSV(B) 80º 0.68% 0.5% -
XYZ 13.27 18.25 4.92 -
YUV 109.41 89.39 120.57 -
System Red Green Blue C M Y K H S L
Decimal 99 128 41 0.23 0 0.68 0.50 80 0.51 0.33
Hex 63 80 29 17 0 44 32 50 33 21
Octal 143 200 51 27 0 104 62 120 63 41
Binary 1100011 10000000 101001 10111 0 1000100 110010 1010000 110011 100001

Color Harmonies of #638029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638029

Black with #638029

Text Example


Text Example

White with #638029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638029; }

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

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

background-color css

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

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

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

border-color css

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

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

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