#638C1C

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

Shades of Olive Drab #638C1C

Tints of Olive Drab #638C1C

Color information

#638C1C (or 0x638C1C) is unknown color: approx Olive Drab. HEX triplet: 63, 8C and 1C. RGB value is (99,140,28). Sum of RGB (Red+Green+Blue) = 99+140+28=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 140 (55.08% from 255 or 52.43% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 140 - color contains mainly: green. Hex color #638C1C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #638C1C is #9C73E3. Grayscale: #737373. Windows color (decimal): -10253284 or 1870947. OLE color: 1870947.

HSL color Cylindrical-coordinate representation of color #638C1C: hue angle of 81.96º degrees, saturation: 0.67, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #638C1C is Cyan = 0.29, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB9914028-
CMYK0.2900.800.45
HSL81.96º66.67%32.94%-
HSV(B)81.96º80%54.9%-
XYZ14.7321.494.47-
YUV114.9778.92116.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.08%
GREEN value IS 140 (55.08% from 255) = 52.43%
BLUE value IS 28 (11.33% from 255) = 10.49%
R=37.08%
G=52.43%
B=10.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99140280.2900.800.4581.9666.6732.94
Hex638C1C1D0502D524321
Octal143214343501205512210341
Binary11000111000110011100111010101000010110110100101000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638C1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #638C1C; }

 p { color: rgb(99,140,28); }

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

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

 a { background-color: rgb(99,140,28); }

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

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

 span { border-color: rgb(99,140,28); }

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