#038742

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

Shades of Salem #038742

Tints of Salem #038742

Color information

#038742 (or 0x038742) is unknown color: approx Salem. HEX triplet: 03, 87 and 42. RGB value is (3,135,66). Sum of RGB (Red+Green+Blue) = 3+135+66=204 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.47% from 204); Green value is 135 (53.12% from 255 or 66.18% from 204); Blue value is 66 (26.17% from 255 or 32.35% from 204); Max value from RGB is 135 - color contains mainly: green. Hex color #038742 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038742 is #FC78BD. Grayscale: #575757. Windows color (decimal): -16545982 or 4359939. OLE color: 4359939.

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

Color convert

RGB313566-
CMYK0.9800.510.47
HSL148.64º95.65%27.06%-
HSV(B)148.64º97.78%52.94%-
XYZ9.6817.748.07-
YUV87.67115.7767.61-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.47%
GREEN value IS 135 (53.12% from 255) = 66.18%
BLUE value IS 66 (26.17% from 255) = 32.35%
R=1.47%
G=66.18%
B=32.35%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3135660.9800.510.47148.6495.6527.06
Hex38742620332F95601b
Octal32071021420635722514033
Binary111000011110000101100010011001110111110010101110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038742; }

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

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

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

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

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

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

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

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