#038650

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

Shades of Salem #038650

Tints of Salem #038650

Color information

#038650 (or 0x038650) is unknown color: approx Salem. HEX triplet: 03, 86 and 50. RGB value is (3,134,80). Sum of RGB (Red+Green+Blue) = 3+134+80=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 134 (52.73% from 255 or 61.75% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 134 - color contains mainly: green. Hex color #038650 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038650 is #FC79AF. Grayscale: #585858. Windows color (decimal): -16546224 or 5277187. OLE color: 5277187.

HSL color Cylindrical-coordinate representation of color #038650: hue angle of 155.27º 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 #038650 is Cyan = 0.98, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB313480-
CMYK0.9800.400.47
HSL155.27º95.62%26.86%-
HSV(B)155.27º97.76%52.55%-
XYZ10.0117.6510.47-
YUV88.68123.166.89-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.38%
GREEN value IS 134 (52.73% from 255) = 61.75%
BLUE value IS 80 (31.64% from 255) = 36.87%
R=1.38%
G=61.75%
B=36.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3134800.9800.400.47155.2795.6226.86
Hex38650620282F9b601b
Octal32061201420505723314033
Binary111000011010100001100010010100010111110011011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038650; }

 p { color: rgb(3,134,80); }

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

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

 a { background-color: rgb(3,134,80); }

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

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

 span { border-color: rgb(3,134,80); }

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