#038941

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

Shades of Salem #038941

Tints of Salem #038941

Color information

#038941 (or 0x038941) is unknown color: approx Salem. HEX triplet: 03, 89 and 41. RGB value is (3,137,65). Sum of RGB (Red+Green+Blue) = 3+137+65=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 137 (53.91% from 255 or 66.83% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 137 - color contains mainly: green. Hex color #038941 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038941 is #FC76BE. Grayscale: #585858. Windows color (decimal): -16545471 or 4294915. OLE color: 4294915.

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

Color convert

RGB313765-
CMYK0.9800.530.46
HSL147.76º95.71%27.45%-
HSV(B)147.76º97.81%53.73%-
XYZ9.9418.298.01-
YUV88.73114.6166.85-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.46%
GREEN value IS 137 (53.91% from 255) = 66.83%
BLUE value IS 65 (25.78% from 255) = 31.71%
R=1.46%
G=66.83%
B=31.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3137650.9800.530.46147.7695.7127.45
Hex38941620352E94601b
Octal32111011420655622414033
Binary111000100110000011100010011010110111010010100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038941; }

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

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

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

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

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

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

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

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