Html Css Color HEX #638526 Olive Drab

📋 copy color: '#638526'

red 99 ◦ green 133 ◦ blue 38

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

Shades of Olive Drab #638526

Tints of Olive Drab #638526

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.07%

R = 36.67%
G = 49.26%
B = 14.07%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.71

 K value IS 0.48

RGB Variations

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

Color information

#638526 (or 0x638526) is known color: Olive Drab. HEX triplet: 63, 85 and 26. RGB value is (99,133,38). Sum of RGB (Red+Green+Blue) = 99+133+38=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 38 (15.23% from 255 or 14.07% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #638526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638526 is #9C7AD9. Grayscale: #707070. Windows color (decimal): -10255066 or 2524515. OLE color: 2524515.

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

Color convert

RGB 99 133 38 -
CMYK 0.26 0 0.71 0.48
HSL 81.47º 0.56% 0.34% -
HSV(B) 81.47º 0.71% 0.52% -
XYZ 13.88 19.57 4.88 -
YUV 112 86.24 118.72 -
System Red Green Blue C M Y K H S L
Decimal 99 133 38 0.26 0 0.71 0.48 81.47 0.56 0.34
Hex 63 85 26 1A 0 47 30 51 38 22
Octal 143 205 46 32 0 107 60 121 70 42
Binary 1100011 10000101 100110 11010 0 1000111 110000 1010001 111000 100010

Color Harmonies of #638526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638526

Black with #638526

Text Example


Text Example

White with #638526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638526; }

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

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

background-color css

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

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

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

border-color css

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

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

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