#038549

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

Shades of Salem #038549

Tints of Salem #038549

Color information

#038549 (or 0x038549) is unknown color: approx Salem. HEX triplet: 03, 85 and 49. RGB value is (3,133,73). Sum of RGB (Red+Green+Blue) = 3+133+73=209 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 209); Green value is 133 (52.34% from 255 or 63.64% from 209); Blue value is 73 (28.91% from 255 or 34.93% from 209); Max value from RGB is 133 - color contains mainly: green. Hex color #038549 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038549 is #FC7AB6. Grayscale: #575757. Windows color (decimal): -16546487 or 4818179. OLE color: 4818179.

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

Color convert

RGB313373-
CMYK0.9800.450.48
HSL152.31º95.59%26.67%-
HSV(B)152.31º97.74%52.16%-
XYZ9.6317.289.13-
YUV87.29119.9367.88-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.44%
GREEN value IS 133 (52.34% from 255) = 63.64%
BLUE value IS 73 (28.91% from 255) = 34.93%
R=1.44%
G=63.64%
B=34.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3133730.9800.450.48152.3195.5926.67
Hex385496202D3098601b
Octal32051111420556023014033
Binary111000010110010011100010010110111000010011000110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038549; }

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

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

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

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

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

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

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

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