#038551

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

Shades of Salem #038551

Tints of Salem #038551

Color information

#038551 (or 0x038551) is unknown color: approx Salem. HEX triplet: 03, 85 and 51. RGB value is (3,133,81). Sum of RGB (Red+Green+Blue) = 3+133+81=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 133 (52.34% from 255 or 61.29% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 133 - color contains mainly: green. Hex color #038551 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038551 is #FC7AAE. Grayscale: #585858. Windows color (decimal): -16546479 or 5342467. OLE color: 5342467.

HSL color Cylindrical-coordinate representation of color #038551: hue angle of 156º 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 #038551 is Cyan = 0.98, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.

Color convert

RGB313381-
CMYK0.9800.390.48
HSL156º95.59%26.67%-
HSV(B)156º97.74%52.16%-
XYZ9.9117.3910.62-
YUV88.2123.9367.23-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.38%
GREEN value IS 133 (52.34% from 255) = 61.29%
BLUE value IS 81 (32.03% from 255) = 37.33%
R=1.38%
G=61.29%
B=37.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3133810.9800.390.4815695.5926.67
Hex3855162027309c601b
Octal32051211420476023414033
Binary111000010110100011100010010011111000010011100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038551; }

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

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

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

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

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

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

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

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