Html Css Color HEX #638524 Olive Drab

📋 copy color: '#638524'

red 99 ◦ green 133 ◦ blue 36

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

Shades of Olive Drab #638524

Tints of Olive Drab #638524

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.43%

R = 36.94%
G = 49.63%
B = 13.43%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.73

 K value IS 0.48

RGB Variations

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

Color information

#638524 (or 0x638524) is known color: Olive Drab. HEX triplet: 63, 85 and 24. RGB value is (99,133,36). Sum of RGB (Red+Green+Blue) = 99+133+36=268 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.94% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 36 (14.45% from 255 or 13.43% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #638524 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638524 is #9C7ADB. Grayscale: #707070. Windows color (decimal): -10255068 or 2393443. OLE color: 2393443.

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

Color convert

RGB 99 133 36 -
CMYK 0.26 0 0.73 0.48
HSL 81.03º 0.57% 0.33% -
HSV(B) 81.03º 0.73% 0.52% -
XYZ 13.85 19.56 4.71 -
YUV 111.78 85.24 118.89 -
System Red Green Blue C M Y K H S L
Decimal 99 133 36 0.26 0 0.73 0.48 81.03 0.57 0.33
Hex 63 85 24 1A 0 49 30 51 39 21
Octal 143 205 44 32 0 111 60 121 71 41
Binary 1100011 10000101 100100 11010 0 1001001 110000 1010001 111001 100001

Color Harmonies of #638524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638524

Black with #638524

Text Example


Text Example

White with #638524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638524; }

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

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

background-color css

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

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

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

border-color css

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

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

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