#538403

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

Shades of Olive Drab #538403

Tints of Olive Drab #538403

Color information

#538403 (or 0x538403) is unknown color: approx Olive Drab. HEX triplet: 53, 84 and 03. RGB value is (83,132,3). Sum of RGB (Red+Green+Blue) = 83+132+3=218 (28% of max value = 765). Red value is 83 (32.81% from 255 or 38.07% from 218); Green value is 132 (51.95% from 255 or 60.55% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 132 - color contains mainly: green. Hex color #538403 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538403 is #AC7BFC. Grayscale: #676767. Windows color (decimal): -11303933 or 230483. OLE color: 230483.

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

Color convert

RGB831323-
CMYK0.3700.980.48
HSL82.79º95.56%26.47%-
HSV(B)82.79º97.73%51.76%-
XYZ11.8318.353-
YUV102.6471.77113.99-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 38.07%
GREEN value IS 132 (51.95% from 255) = 60.55%
BLUE value IS 3 (1.56% from 255) = 1.38%
R=38.07%
G=60.55%
B=1.38%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8313230.3700.980.4882.7995.5626.47
Hex53843250623053601a
Octal12320434501426012314032
Binary10100111000010011100101011000101100001010011110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538403; }

 p { color: rgb(83,132,3); }

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

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

 a { background-color: rgb(83,132,3); }

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

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

 span { border-color: rgb(83,132,3); }

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