#1F8358

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

Shades of Salem #1F8358

Tints of Salem #1F8358

Color information

#1F8358 (or 0x1F8358) is unknown color: approx Salem. HEX triplet: 1F, 83 and 58. RGB value is (31,131,88). Sum of RGB (Red+Green+Blue) = 31+131+88=250 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.4% from 250); Green value is 131 (51.56% from 255 or 52.4% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 131 - color contains mainly: green. Hex color #1F8358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #1F8358 is #E07CA7. Grayscale: #606060. Windows color (decimal): -14711976 or 5800735. OLE color: 5800735.

HSL color Cylindrical-coordinate representation of color #1F8358: hue angle of 154.2º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F8358 is Cyan = 0.76, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB3113188-
CMYK0.7600.330.49
HSL154.2º61.73%31.76%-
HSV(B)154.2º76.34%51.37%-
XYZ10.4417.2312.01-
YUV96.2123.3781.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 12.4%
GREEN value IS 131 (51.56% from 255) = 52.4%
BLUE value IS 88 (34.77% from 255) = 35.2%
R=12.4%
G=52.4%
B=35.2%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal31131880.7600.330.49154.261.7331.76
Hex1F83584C021319a3e20
Octal37203130114041612327640
Binary111111000001110110001001100010000111000110011010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F8358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F8358; }

 p { color: rgb(31,131,88); }

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

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

 a { background-color: rgb(31,131,88); }

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

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

 span { border-color: rgb(31,131,88); }

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