#267D5A

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

Shades of Salem #267D5A

Tints of Salem #267D5A

Color information

#267D5A (or 0x267D5A) is unknown color: approx Salem. HEX triplet: 26, 7D and 5A. RGB value is (38,125,90). Sum of RGB (Red+Green+Blue) = 38+125+90=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 125 (49.22% from 255 or 49.41% from 253); Blue value is 90 (35.55% from 255 or 35.57% from 253); Max value from RGB is 125 - color contains mainly: green. Hex color #267D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267D5A is #D982A5. Grayscale: #5F5F5F. Windows color (decimal): -14254758 or 5930278. OLE color: 5930278.

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

Color convert

RGB3812590-
CMYK0.7000.280.51
HSL155.86º53.37%31.96%-
HSV(B)155.86º69.6%49.02%-
XYZ9.9815.8212.2-
YUV95125.1887.35-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.02%
GREEN value IS 125 (49.22% from 255) = 49.41%
BLUE value IS 90 (35.55% from 255) = 35.57%
R=15.02%
G=49.41%
B=35.57%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38125900.7000.280.51155.8653.3731.96
Hex267D5A4601C339c3520
Octal46175132106034632346540
Binary10011011111011011010100011001110011001110011100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,125,90); }

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

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

 a { background-color: rgb(38,125,90); }

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

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

 span { border-color: rgb(38,125,90); }

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