#638D13

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

Shades of Olive Drab #638D13

Tints of Olive Drab #638D13

Color information

#638D13 (or 0x638D13) is unknown color: approx Olive Drab. HEX triplet: 63, 8D and 13. RGB value is (99,141,19). Sum of RGB (Red+Green+Blue) = 99+141+19=259 (34% of max value = 765). Red value is 99 (39.06% from 255 or 38.22% from 259); Green value is 141 (55.47% from 255 or 54.44% from 259); Blue value is 19 (7.81% from 255 or 7.34% from 259); Max value from RGB is 141 - color contains mainly: green. Hex color #638D13 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #638D13 is #9C72EC. Grayscale: #727272. Windows color (decimal): -10253037 or 1281379. OLE color: 1281379.

HSL color Cylindrical-coordinate representation of color #638D13: hue angle of 80.66º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #638D13 is Cyan = 0.30, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.45.

Color convert

RGB9914119-
CMYK0.3000.870.45
HSL80.66º76.25%31.37%-
HSV(B)80.66º86.52%55.29%-
XYZ14.7921.754.03-
YUV114.5374.09116.92-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 38.22%
GREEN value IS 141 (55.47% from 255) = 54.44%
BLUE value IS 19 (7.81% from 255) = 7.34%
R=38.22%
G=54.44%
B=7.34%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal99141190.3000.870.4580.6676.2531.37
Hex638D131E0572D514c1f
Octal143215233601275512111437
Binary1100011100011011001111110010101111011011010001100110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #638D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,141,19); }

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

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

 a { background-color: rgb(99,141,19); }

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

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

 span { border-color: rgb(99,141,19); }

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