#038541

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

Shades of Salem #038541

Tints of Salem #038541

Color information

#038541 (or 0x038541) is unknown color: approx Salem. HEX triplet: 03, 85 and 41. RGB value is (3,133,65). Sum of RGB (Red+Green+Blue) = 3+133+65=201 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 201); Green value is 133 (52.34% from 255 or 66.17% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 133 - color contains mainly: green. Hex color #038541 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038541 is #FC7ABE. Grayscale: #565656. Windows color (decimal): -16546495 or 4293891. OLE color: 4293891.

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

Color convert

RGB313365-
CMYK0.9800.510.48
HSL148.62º95.59%26.67%-
HSV(B)148.62º97.74%52.16%-
XYZ9.3817.187.82-
YUV86.38115.9368.53-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 133 (52.34% from 255) = 66.17%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=1.49%
G=66.17%
B=32.34%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3133650.9800.510.48148.6295.5926.67
Hex38541620333095601b
Octal32051011420636022514033
Binary111000010110000011100010011001111000010010101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038541; }

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

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

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

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

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

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

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

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