Html Css Color HEX #638504 Olive Drab

📋 copy color: '#638504'

red 99 ◦ green 133 ◦ blue 4

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

Shades of Olive Drab #638504

Tints of Olive Drab #638504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.69%

R = 41.95%
G = 56.36%
B = 1.69%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.97

 K value IS 0.48

RGB Variations

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

Color information

#638504 (or 0x638504) is known color: Olive Drab. HEX triplet: 63, 85 and 04. RGB value is (99,133,4). Sum of RGB (Red+Green+Blue) = 99+133+4=236 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.95% from 236); Green value is 133 (52.34% from 255 or 56.36% from 236); Blue value is 4 (1.95% from 255 or 1.69% from 236); Max value from RGB is 133 - color contains mainly: green. Hex color #638504 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638504 is #9C7AFB. Grayscale: #6C6C6C. Windows color (decimal): -10255100 or 296291. OLE color: 296291.

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

Color convert

RGB 99 133 4 -
CMYK 0.26 0 0.97 0.48
HSL 75.81º 0.94% 0.27% -
HSV(B) 75.81º 0.97% 0.52% -
XYZ 13.56 19.44 3.15 -
YUV 108.13 69.24 121.49 -
System Red Green Blue C M Y K H S L
Decimal 99 133 4 0.26 0 0.97 0.48 75.81 0.94 0.27
Hex 63 85 4 1A 0 61 30 4C 5E 1B
Octal 143 205 4 32 0 141 60 114 136 33
Binary 1100011 10000101 100 11010 0 1100001 110000 1001100 1011110 11011

Color Harmonies of #638504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638504

Black with #638504

Text Example


Text Example

White with #638504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638504; }

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

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

background-color css

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

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

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

border-color css

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

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

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