#038443

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

Shades of Salem #038443

Tints of Salem #038443

Color information

#038443 (or 0x038443) is unknown color: approx Salem. HEX triplet: 03, 84 and 43. RGB value is (3,132,67). Sum of RGB (Red+Green+Blue) = 3+132+67=202 (26% of max value = 765). Red value is 3 (1.56% from 255 or 1.49% from 202); Green value is 132 (51.95% from 255 or 65.35% from 202); Blue value is 67 (26.56% from 255 or 33.17% from 202); Max value from RGB is 132 - color contains mainly: green. Hex color #038443 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #038443 is #FC7BBC. Grayscale: #565656. Windows color (decimal): -16546749 or 4424707. OLE color: 4424707.

HSL color Cylindrical-coordinate representation of color #038443: hue angle of 149.77º degrees, saturation: 0.96, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #038443 is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.48.

Color convert

RGB313267-
CMYK0.9800.490.48
HSL149.77º95.56%26.47%-
HSV(B)149.77º97.73%51.76%-
XYZ9.316.938.09-
YUV86.02117.2668.79-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.49%
GREEN value IS 132 (51.95% from 255) = 65.35%
BLUE value IS 67 (26.56% from 255) = 33.17%
R=1.49%
G=65.35%
B=33.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal3132670.9800.490.48149.7795.5626.47
Hex38443620313096601a
Octal32041031420616022614032
Binary111000010010000111100010011000111000010010110110000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038443; }

 p { color: rgb(3,132,67); }

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

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

 a { background-color: rgb(3,132,67); }

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

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

 span { border-color: rgb(3,132,67); }

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