#038750

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

Shades of Salem #038750

Tints of Salem #038750

Color information

#038750 (or 0x038750) is unknown color: approx Salem. HEX triplet: 03, 87 and 50. RGB value is (3,135,80). Sum of RGB (Red+Green+Blue) = 3+135+80=218 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 218); Green value is 135 (53.12% from 255 or 61.93% from 218); Blue value is 80 (31.64% from 255 or 36.70% from 218); Max value from RGB is 135 - color contains mainly: green. Hex color #038750 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #038750 is #FC78AF. Grayscale: #595959. Windows color (decimal): -16545968 or 5277443. OLE color: 5277443.

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

Color convert

RGB313580-
CMYK0.9800.410.47
HSL155º95.65%27.06%-
HSV(B)155º97.78%52.94%-
XYZ10.1517.9310.51-
YUV89.26122.7766.47-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 1.38%
GREEN value IS 135 (53.12% from 255) = 61.93%
BLUE value IS 80 (31.64% from 255) = 36.70%
R=1.38%
G=61.93%
B=36.70%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal3135800.9800.410.4715595.6527.06
Hex38750620292F9b601b
Octal32071201420515723314033
Binary111000011110100001100010010100110111110011011110000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #038750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #038750; }

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

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

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

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

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

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

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

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