#267A58

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

Shades of Salem #267A58

Tints of Salem #267A58

Color information

#267A58 (or 0x267A58) is unknown color: approx Salem. HEX triplet: 26, 7A and 58. RGB value is (38,122,88). Sum of RGB (Red+Green+Blue) = 38+122+88=248 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.32% from 248); Green value is 122 (48.05% from 255 or 49.19% from 248); Blue value is 88 (34.77% from 255 or 35.48% from 248); Max value from RGB is 122 - color contains mainly: green. Hex color #267A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267A58 is #D985A7. Grayscale: #5D5D5D. Windows color (decimal): -14255528 or 5798438. OLE color: 5798438.

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

Color convert

RGB3812288-
CMYK0.6900.280.52
HSL155.71º52.5%31.37%-
HSV(B)155.71º68.85%47.84%-
XYZ9.5215.0411.63-
YUV93.01125.1788.76-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.32%
GREEN value IS 122 (48.05% from 255) = 49.19%
BLUE value IS 88 (34.77% from 255) = 35.48%
R=15.32%
G=49.19%
B=35.48%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38122880.6900.280.52155.7152.531.37
Hex267A584501C349c341f
Octal46172130105034642346437
Binary1001101111010101100010001010111001101001001110011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,122,88); }

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

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

 a { background-color: rgb(38,122,88); }

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

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

 span { border-color: rgb(38,122,88); }

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