Html Css Color HEX #1A7157 Salem

📋 copy color: '#1A7157'

red 26 ◦ green 113 ◦ blue 87

#1A7157
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salem #1A7157

Tints of Salem #1A7157

RGB

 RED value IS 26 (10.55% from 255) = 11.5%

 GREEN value IS 113 (44.53% from 255) = 50%

 BLUE value IS 87 (34.38% from 255) = 38.5%

R = 11.5%
G = 50%
B = 38.5%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.23

 K value IS 0.56

RGB Variations

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

Color information

#1A7157 (or 0x1A7157) is known color: Salem. HEX triplet: 1A, 71 and 57. RGB value is (26,113,87). Sum of RGB (Red+Green+Blue) = 26+113+87=226 (29% of max value = 765). Red value is 26 (10.55% from 255 or 11.50% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 87 (34.38% from 255 or 38.50% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #1A7157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1A7157 is #E58EA8. Grayscale: #545454. Windows color (decimal): -15044265 or 5730586. OLE color: 5730586.

HSL color Cylindrical-coordinate representation of color #1A7157: hue angle of 162.07º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1A7157 is Cyan = 0.77, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB 26 113 87 -
CMYK 0.77 0 0.23 0.56
HSL 162.07º 0.63% 0.27% -
HSV(B) 162.07º 0.77% 0.44% -
XYZ 8.05 12.72 11.05 -
YUV 84.02 129.68 86.61 -
System Red Green Blue C M Y K H S L
Decimal 26 113 87 0.77 0 0.23 0.56 162.07 0.63 0.27
Hex 1A 71 57 4D 0 17 38 A2 3F 1B
Octal 32 161 127 115 0 27 70 242 77 33
Binary 11010 1110001 1010111 1001101 0 10111 111000 10100010 111111 11011

Color Harmonies of #1A7157

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1A7157

Black with #1A7157

Text Example


Text Example

White with #1A7157

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(26,113,87); }

 H1.HeaderClassName
 {
   color: #1A7157;
 }
 .AnyTagClassName
 {
   color: #1A7157;
 }
</style>

background-color css

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

 a { background-color: rgb(26,113,87); }

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

border-color css

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

 span { border-color: rgb(26,113,87); }

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