#038B3E

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

Shades of Salem #038B3E

Tints of Salem #038B3E

Color information

#038B3E (or 0x038B3E) is unknown color: approx Salem. HEX triplet: 03, 8B and 3E. RGB value is (3,139,62). Sum of RGB (Red+Green+Blue) = 3+139+62=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 139 (54.69% from 255 or 68.14% from 204); Blue value is 62 (24.61% from 255 or 30.39% from 204); Max value from RGB is 139 - color contains mainly: green. Hex color #038B3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038B3E is #FC74C1. Grayscale: #595959. Windows color (decimal): -16544962 or 4098819. OLE color: 4098819.

HSL color Cylindrical-coordinate representation of color #038B3E: hue angle of 146.03º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038B3E is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB313962-
CMYK0.9800.550.45
HSL146.03º95.77%27.84%-
HSV(B)146.03º97.84%54.51%-
XYZ10.1418.837.66-
YUV89.56112.4466.26-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.47%
GREEN value IS 139 (54.69% from 255) = 68.14%
BLUE value IS 62 (24.61% from 255) = 30.39%
R=1.47%
G=68.14%
B=30.39%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal3139620.9800.550.45146.0395.7727.84
Hex38B3E620372D92601c
Octal3213761420675522214034
Binary11100010111111101100010011011110110110010010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038B3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038B3E; }

 p { color: rgb(3,139,62); }

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

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

 a { background-color: rgb(3,139,62); }

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

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

 span { border-color: rgb(3,139,62); }

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