#038942

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

Shades of Salem #038942

Tints of Salem #038942

Color information

#038942 (or 0x038942) is unknown color: approx Salem. HEX triplet: 03, 89 and 42. RGB value is (3,137,66). Sum of RGB (Red+Green+Blue) = 3+137+66=206 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 206); Green value is 137 (53.91% from 255 or 66.50% from 206); Blue value is 66 (26.17% from 255 or 32.04% from 206); Max value from RGB is 137 - color contains mainly: green. Hex color #038942 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038942 is #FC76BD. Grayscale: #585858. Windows color (decimal): -16545470 or 4360451. OLE color: 4360451.

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

Color convert

RGB313766-
CMYK0.9800.520.46
HSL148.21º95.71%27.45%-
HSV(B)148.21º97.81%53.73%-
XYZ9.9718.38.16-
YUV88.84115.1166.77-

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.50%
BLUE value IS 66 (26.17% from 255) = 32.04%
R=1.46%
G=66.50%
B=32.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3137660.9800.520.46148.2195.7127.45
Hex38942620342E94601b
Octal32111021420645622414033
Binary111000100110000101100010011010010111010010100110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038942; }

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

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

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

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

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

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

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

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