#638404

Color #638404 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #638404

Tints of Olive Drab #638404

Color information

#638404 (or 0x638404) is unknown color: approx Olive Drab. HEX triplet: 63, 84 and 04. RGB value is (99,132,4). Sum of RGB (Red+Green+Blue) = 99+132+4=235 (31% of max value = 765). Red value is 99 (39.06% from 255 or 42.13% from 235); Green value is 132 (51.95% from 255 or 56.17% from 235); Blue value is 4 (1.95% from 255 or 1.70% from 235); Max value from RGB is 132 - color contains mainly: green. Hex color #638404 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638404 is #9C7BFB. Grayscale: #6C6C6C. Windows color (decimal): -10255356 or 296035. OLE color: 296035.

HSL color Cylindrical-coordinate representation of color #638404: hue angle of 75.47º 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 #638404 is Cyan = 0.25, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.48.

Color convert

RGB991324-
CMYK0.2500.970.48
HSL75.47º94.12%26.67%-
HSV(B)75.47º96.97%51.76%-
XYZ13.4219.163.11-
YUV107.5469.57121.91-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.13%
GREEN value IS 132 (51.95% from 255) = 56.17%
BLUE value IS 4 (1.95% from 255) = 1.70%
R=42.13%
G=56.17%
B=1.70%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9913240.2500.970.4875.4794.1226.67
Hex6384419061304b5e1b
Octal14320443101416011313633
Binary11000111000010010011001011000011100001001011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638404; }

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

 H1.HeaderClassName
 {
   color: #638404;
 }
 .AnyTagClassName
 {
   color: #638404;
 }
</style>
background-color css

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

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

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

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

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

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