#267D57

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

Shades of Salem #267D57

Tints of Salem #267D57

Color information

#267D57 (or 0x267D57) is unknown color: approx Salem. HEX triplet: 26, 7D and 57. RGB value is (38,125,87). Sum of RGB (Red+Green+Blue) = 38+125+87=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 125 (49.22% from 255 or 50% from 250); Blue value is 87 (34.38% from 255 or 34.8% from 250); Max value from RGB is 125 - color contains mainly: green. Hex color #267D57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267D57 is #D982A8. Grayscale: #5E5E5E. Windows color (decimal): -14254761 or 5733670. OLE color: 5733670.

HSL color Cylindrical-coordinate representation of color #267D57: hue angle of 153.79º 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 #267D57 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB3812587-
CMYK0.7000.300.51
HSL153.79º53.37%31.96%-
HSV(B)153.79º69.6%49.02%-
XYZ9.8515.7711.54-
YUV94.66123.6887.59-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.2%
GREEN value IS 125 (49.22% from 255) = 50%
BLUE value IS 87 (34.38% from 255) = 34.8%
R=15.2%
G=50%
B=34.8%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38125870.7000.300.51153.7953.3731.96
Hex267D574601E339a3520
Octal46175127106036632326540
Binary10011011111011010111100011001111011001110011010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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