#538601

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

Shades of Olive Drab #538601

Tints of Olive Drab #538601

Color information

#538601 (or 0x538601) is unknown color: approx Olive Drab. HEX triplet: 53, 86 and 01. RGB value is (83,134,1). Sum of RGB (Red+Green+Blue) = 83+134+1=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 134 (52.73% from 255 or 61.47% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 134 - color contains mainly: green. Hex color #538601 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538601 is #AC79FE. Grayscale: #686868. Windows color (decimal): -11303423 or 99923. OLE color: 99923.

HSL color Cylindrical-coordinate representation of color #538601: hue angle of 83.01º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #538601 is Cyan = 0.38, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.47.

Color convert

RGB831341-
CMYK0.3800.990.47
HSL83.01º98.52%26.47%-
HSV(B)83.01º99.25%52.55%-
XYZ12.118.893.04-
YUV103.5970.1113.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 134 (52.73% from 255) = 61.47%
BLUE value IS 1 (0.78% from 255) = 0.46%
R=38.07%
G=61.47%
B=0.46%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal8313410.3800.990.4783.0198.5226.47
Hex53861260632F53631a
Octal12320614601435712314332
Binary1010011100001101100110011000111011111010011110001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538601; }

 p { color: rgb(83,134,1); }

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

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

 a { background-color: rgb(83,134,1); }

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

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

 span { border-color: rgb(83,134,1); }

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