#267B5B

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

Shades of Salem #267B5B

Tints of Salem #267B5B

Color information

#267B5B (or 0x267B5B) is unknown color: approx Salem. HEX triplet: 26, 7B and 5B. RGB value is (38,123,91). Sum of RGB (Red+Green+Blue) = 38+123+91=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 123 (48.44% from 255 or 48.81% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 123 - color contains mainly: green. Hex color #267B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267B5B is #D984A4. Grayscale: #5D5D5D. Windows color (decimal): -14255269 or 5995302. OLE color: 5995302.

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

Color convert

RGB3812391-
CMYK0.6900.260.52
HSL157.41º52.8%31.57%-
HSV(B)157.41º69.11%48.24%-
XYZ9.7715.3312.34-
YUV93.94126.3488.1-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 123 (48.44% from 255) = 48.81%
BLUE value IS 91 (35.94% from 255) = 36.11%
R=15.08%
G=48.81%
B=36.11%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38123910.6900.260.52157.4152.831.57
Hex267B5B4501A349d3520
Octal46173133105032642356540
Binary10011011110111011011100010101101011010010011101110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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