#538503

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

Shades of Olive Drab #538503

Tints of Olive Drab #538503

Color information

#538503 (or 0x538503) is unknown color: approx Olive Drab. HEX triplet: 53, 85 and 03. RGB value is (83,133,3). Sum of RGB (Red+Green+Blue) = 83+133+3=219 (29% of max value = 765). Red value is 83 (32.81% from 255 or 37.90% from 219); Green value is 133 (52.34% from 255 or 60.73% from 219); Blue value is 3 (1.56% from 255 or 1.37% from 219); Max value from RGB is 133 - color contains mainly: green. Hex color #538503 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #538503 is #AC7AFC. Grayscale: #676767. Windows color (decimal): -11303677 or 230739. OLE color: 230739.

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

Color convert

RGB831333-
CMYK0.3800.980.48
HSL83.08º95.59%26.67%-
HSV(B)83.08º97.74%52.16%-
XYZ11.9718.623.05-
YUV103.2371.44113.57-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 37.90%
GREEN value IS 133 (52.34% from 255) = 60.73%
BLUE value IS 3 (1.56% from 255) = 1.37%
R=37.90%
G=60.73%
B=1.37%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal8313330.3800.980.4883.0895.5926.67
Hex53853260623053601b
Octal12320534601426012314033
Binary10100111000010111100110011000101100001010011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #538503

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #538503; }

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

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

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

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

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

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

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

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