#03863C

Color #03863C Salem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salem #03863C

Tints of Salem #03863C

Color information

#03863C (or 0x03863C) is unknown color: approx Salem. HEX triplet: 03, 86 and 3C. RGB value is (3,134,60). Sum of RGB (Red+Green+Blue) = 3+134+60=197 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.52% from 197); Green value is 134 (52.73% from 255 or 68.02% from 197); Blue value is 60 (23.83% from 255 or 30.46% from 197); Max value from RGB is 134 - color contains mainly: green. Hex color #03863C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03863C is #FC79C3. Grayscale: #565656. Windows color (decimal): -16546244 or 3966467. OLE color: 3966467.

HSL color Cylindrical-coordinate representation of color #03863C: hue angle of 146.11º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03863C is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB313460-
CMYK0.9800.550.47
HSL146.11º95.62%26.86%-
HSV(B)146.11º97.76%52.55%-
XYZ9.3817.47.14-
YUV86.4113.168.52-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.52%
GREEN value IS 134 (52.73% from 255) = 68.02%
BLUE value IS 60 (23.83% from 255) = 30.46%
R=1.52%
G=68.02%
B=30.46%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3134600.9800.550.47146.1195.6226.86
Hex3863C620372F92601b
Octal3206741420675722214033
Binary11100001101111001100010011011110111110010010110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03863C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03863C; }

 p { color: rgb(3,134,60); }

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

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

 a { background-color: rgb(3,134,60); }

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

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

 span { border-color: rgb(3,134,60); }

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