#038A3E

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

Shades of Salem #038A3E

Tints of Salem #038A3E

Color information

#038A3E (or 0x038A3E) is unknown color: approx Salem. HEX triplet: 03, 8A and 3E. RGB value is (3,138,62). Sum of RGB (Red+Green+Blue) = 3+138+62=203 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.48% from 203); Green value is 138 (54.30% from 255 or 67.98% from 203); Blue value is 62 (24.61% from 255 or 30.54% from 203); Max value from RGB is 138 - color contains mainly: green. Hex color #038A3E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038A3E is #FC75C1. Grayscale: #595959. Windows color (decimal): -16545218 or 4098563. OLE color: 4098563.

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

Color convert

RGB313862-
CMYK0.9800.550.46
HSL146.22º95.74%27.65%-
HSV(B)146.22º97.83%54.12%-
XYZ1018.547.61-
YUV88.97112.7766.68-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.48%
GREEN value IS 138 (54.30% from 255) = 67.98%
BLUE value IS 62 (24.61% from 255) = 30.54%
R=1.48%
G=67.98%
B=30.54%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal3138620.9800.550.46146.2295.7427.65
Hex38A3E620372E92601c
Octal3212761420675622214034
Binary11100010101111101100010011011110111010010010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038A3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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