#03813F

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

Shades of Salem #03813F

Tints of Salem #03813F

Color information

#03813F (or 0x03813F) is unknown color: approx Salem. HEX triplet: 03, 81 and 3F. RGB value is (3,129,63). Sum of RGB (Red+Green+Blue) = 3+129+63=195 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.54% from 195); Green value is 129 (50.78% from 255 or 66.15% from 195); Blue value is 63 (25% from 255 or 32.31% from 195); Max value from RGB is 129 - color contains mainly: green. Hex color #03813F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #03813F is #FC7EC0. Grayscale: #535353. Windows color (decimal): -16547521 or 4161795. OLE color: 4161795.

HSL color Cylindrical-coordinate representation of color #03813F: hue angle of 148.57º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03813F is Cyan = 0.98, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB312963-
CMYK0.9800.510.49
HSL148.57º95.45%25.88%-
HSV(B)148.57º97.67%50.59%-
XYZ8.7916.087.34-
YUV83.8116.2670.37-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.54%
GREEN value IS 129 (50.78% from 255) = 66.15%
BLUE value IS 63 (25% from 255) = 32.31%
R=1.54%
G=66.15%
B=32.31%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal3129630.9800.510.49148.5795.4525.88
Hex3813F6203331955f1a
Octal3201771420636122513732
Binary11100000011111111100010011001111000110010101101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03813F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03813F; }

 p { color: rgb(3,129,63); }

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

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

 a { background-color: rgb(3,129,63); }

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

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

 span { border-color: rgb(3,129,63); }

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