Html Css Color HEX #638519 Olive Drab

📋 copy color: '#638519'

red 99 ◦ green 133 ◦ blue 25

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

Shades of Olive Drab #638519

Tints of Olive Drab #638519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.73%

R = 38.52%
G = 51.75%
B = 9.73%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.81

 K value IS 0.48

RGB Variations

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

Color information

#638519 (or 0x638519) is known color: Olive Drab. HEX triplet: 63, 85 and 19. RGB value is (99,133,25). Sum of RGB (Red+Green+Blue) = 99+133+25=257 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.52% from 257); Green value is 133 (52.34% from 255 or 51.75% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 133 - color contains mainly: green. Hex color #638519 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638519 is #9C7AE6. Grayscale: #6E6E6E. Windows color (decimal): -10255079 or 1672547. OLE color: 1672547.

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

Color convert

RGB 99 133 25 -
CMYK 0.26 0 0.81 0.48
HSL 78.89º 0.68% 0.31% -
HSV(B) 78.89º 0.81% 0.52% -
XYZ 13.71 19.5 3.96 -
YUV 110.52 79.74 119.78 -
System Red Green Blue C M Y K H S L
Decimal 99 133 25 0.26 0 0.81 0.48 78.89 0.68 0.31
Hex 63 85 19 1A 0 51 30 4F 44 1F
Octal 143 205 31 32 0 121 60 117 104 37
Binary 1100011 10000101 11001 11010 0 1010001 110000 1001111 1000100 11111

Color Harmonies of #638519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638519

Black with #638519

Text Example


Text Example

White with #638519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638519; }

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

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

background-color css

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

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

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

border-color css

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

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

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