Html Css Color HEX #638405 Olive Drab

📋 copy color: '#638405'

red 99 ◦ green 132 ◦ blue 5

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

Shades of Olive Drab #638405

Tints of Olive Drab #638405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.12%

R = 41.95%
G = 55.93%
B = 2.12%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.96

 K value IS 0.48

RGB Variations

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

Color information

#638405 (or 0x638405) is known color: Olive Drab. HEX triplet: 63, 84 and 05. RGB value is (99,132,5). Sum of RGB (Red+Green+Blue) = 99+132+5=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 132 (51.95% from 255 or 55.93% from 236); Blue value is 5 (2.34% from 255 or 2.12% from 236); Max value from RGB is 132 - color contains mainly: green. Hex color #638405 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638405 is #9C7BFA. Grayscale: #6C6C6C. Windows color (decimal): -10255355 or 361571. OLE color: 361571.

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

Color convert

RGB 99 132 5 -
CMYK 0.25 0 0.96 0.48
HSL 75.59º 0.93% 0.27% -
HSV(B) 75.59º 0.96% 0.52% -
XYZ 13.42 19.17 3.14 -
YUV 107.66 70.07 121.83 -
System Red Green Blue C M Y K H S L
Decimal 99 132 5 0.25 0 0.96 0.48 75.59 0.93 0.27
Hex 63 84 5 19 0 60 30 4C 5D 1B
Octal 143 204 5 31 0 140 60 114 135 33
Binary 1100011 10000100 101 11001 0 1100000 110000 1001100 1011101 11011

Color Harmonies of #638405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638405

Black with #638405

Text Example


Text Example

White with #638405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638405; }

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

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

background-color css

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

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

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

border-color css

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

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

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