#038A42

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

Shades of Salem #038A42

Tints of Salem #038A42

Color information

#038A42 (or 0x038A42) is unknown color: approx Salem. HEX triplet: 03, 8A and 42. RGB value is (3,138,66). Sum of RGB (Red+Green+Blue) = 3+138+66=207 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.45% from 207); Green value is 138 (54.30% from 255 or 66.67% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 138 - color contains mainly: green. Hex color #038A42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038A42 is #FC75BD. Grayscale: #595959. Windows color (decimal): -16545214 or 4360707. OLE color: 4360707.

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

Color convert

RGB313866-
CMYK0.9800.520.46
HSL148º95.74%27.65%-
HSV(B)148º97.83%54.12%-
XYZ10.1118.598.21-
YUV89.43114.7766.35-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.45%
GREEN value IS 138 (54.30% from 255) = 66.67%
BLUE value IS 66 (26.17% from 255) = 31.88%
R=1.45%
G=66.67%
B=31.88%

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
Decimal3138660.9800.520.4614895.7427.65
Hex38A42620342E94601c
Octal32121021420645622414034
Binary111000101010000101100010011010010111010010100110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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