#267C5B

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

Shades of Salem #267C5B

Tints of Salem #267C5B

Color information

#267C5B (or 0x267C5B) is unknown color: approx Salem. HEX triplet: 26, 7C and 5B. RGB value is (38,124,91). Sum of RGB (Red+Green+Blue) = 38+124+91=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 124 (48.83% from 255 or 49.01% from 253); Blue value is 91 (35.94% from 255 or 35.97% from 253); Max value from RGB is 124 - color contains mainly: green. Hex color #267C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267C5B is #D983A4. Grayscale: #5E5E5E. Windows color (decimal): -14255013 or 5995558. OLE color: 5995558.

HSL color Cylindrical-coordinate representation of color #267C5B: hue angle of 156.98º degrees, saturation: 0.53, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #267C5B is Cyan = 0.69, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.51.

Color convert

RGB3812491-
CMYK0.6900.270.51
HSL156.98º53.09%31.76%-
HSV(B)156.98º69.35%48.63%-
XYZ9.915.5812.38-
YUV94.52126.0187.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.02%
GREEN value IS 124 (48.83% from 255) = 49.01%
BLUE value IS 91 (35.94% from 255) = 35.97%
R=15.02%
G=49.01%
B=35.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38124910.6900.270.51156.9853.0931.76
Hex267C5B4501B339d3520
Octal46174133105033632356540
Binary10011011111001011011100010101101111001110011101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267C5B; }

 p { color: rgb(38,124,91); }

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

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

 a { background-color: rgb(38,124,91); }

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

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

 span { border-color: rgb(38,124,91); }

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