Html Css Color HEX #638503 Olive Drab

📋 copy color: '#638503'

red 99 ◦ green 133 ◦ blue 3

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

Shades of Olive Drab #638503

Tints of Olive Drab #638503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.28%

R = 42.13%
G = 56.6%
B = 1.28%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.98

 K value IS 0.48

RGB Variations

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

Color information

#638503 (or 0x638503) is known color: Olive Drab. HEX triplet: 63, 85 and 03. RGB value is (99,133,3). Sum of RGB (Red+Green+Blue) = 99+133+3=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 133 (52.34% from 255 or 56.60% from 235); Blue value is 3 (1.56% from 255 or 1.28% from 235); Max value from RGB is 133 - color contains mainly: green. Hex color #638503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638503 is #9C7AFC. Grayscale: #6C6C6C. Windows color (decimal): -10255101 or 230755. OLE color: 230755.

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

Color convert

RGB 99 133 3 -
CMYK 0.26 0 0.98 0.48
HSL 75.69º 0.96% 0.27% -
HSV(B) 75.69º 0.98% 0.52% -
XYZ 13.55 19.43 3.12 -
YUV 108.01 68.74 121.57 -
System Red Green Blue C M Y K H S L
Decimal 99 133 3 0.26 0 0.98 0.48 75.69 0.96 0.27
Hex 63 85 3 1A 0 62 30 4C 60 1B
Octal 143 205 3 32 0 142 60 114 140 33
Binary 1100011 10000101 11 11010 0 1100010 110000 1001100 1100000 11011

Color Harmonies of #638503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #638503

Black with #638503

Text Example


Text Example

White with #638503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #638503; }

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

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

background-color css

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

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

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

border-color css

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

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

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