Html Css Color HEX #638413 Olive Drab

📋 copy color: '#638413'

red 99 ◦ green 132 ◦ blue 19

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

Shades of Olive Drab #638413

Tints of Olive Drab #638413

RGB

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

 GREEN value IS 132 (51.95% from 255) = 52.8%

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 39.6%
G = 52.8%
B = 7.6%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.86

 K value IS 0.48

RGB Variations

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

Color information

#638413 (or 0x638413) is known color: Olive Drab. HEX triplet: 63, 84 and 13. RGB value is (99,132,19). Sum of RGB (Red+Green+Blue) = 99+132+19=250 (33% of max value = 765). Red value is 99 (39.06% from 255 or 39.6% from 250); Green value is 132 (51.95% from 255 or 52.8% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 132 - color contains mainly: green. Hex color #638413 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638413 is #9C7BEC. Grayscale: #6D6D6D. Windows color (decimal): -10255341 or 1279075. OLE color: 1279075.

HSL color Cylindrical-coordinate representation of color #638413: hue angle of 77.52º degrees, saturation: 0.75, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #638413 is Cyan = 0.25, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.48.

Color convert

RGB 99 132 19 -
CMYK 0.25 0 0.86 0.48
HSL 77.52º 0.75% 0.3% -
HSV(B) 77.52º 0.86% 0.52% -
XYZ 13.51 19.2 3.61 -
YUV 109.25 77.07 120.69 -
System Red Green Blue C M Y K H S L
Decimal 99 132 19 0.25 0 0.86 0.48 77.52 0.75 0.3
Hex 63 84 13 19 0 56 30 4E 4B 1E
Octal 143 204 23 31 0 126 60 116 113 36
Binary 1100011 10000100 10011 11001 0 1010110 110000 1001110 1001011 11110

Color Harmonies of #638413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638413

Black with #638413

Text Example


Text Example

White with #638413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638413; }

 p { color: rgb(99,132,19); }

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

background-color css

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

 a { background-color: rgb(99,132,19); }

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

border-color css

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

 span { border-color: rgb(99,132,19); }

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