#267D4E

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

Shades of Salem #267D4E

Tints of Salem #267D4E

Color information

#267D4E (or 0x267D4E) is unknown color: approx Salem. HEX triplet: 26, 7D and 4E. RGB value is (38,125,78). Sum of RGB (Red+Green+Blue) = 38+125+78=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 125 (49.22% from 255 or 51.87% from 241); Blue value is 78 (30.86% from 255 or 32.37% from 241); Max value from RGB is 125 - color contains mainly: green. Hex color #267D4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267D4E is #D982B1. Grayscale: #5D5D5D. Windows color (decimal): -14254770 or 5143846. OLE color: 5143846.

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

Color convert

RGB3812578-
CMYK0.7000.380.51
HSL147.59º53.37%31.96%-
HSV(B)147.59º69.6%49.02%-
XYZ9.5115.639.72-
YUV93.63119.1888.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 125 (49.22% from 255) = 51.87%
BLUE value IS 78 (30.86% from 255) = 32.37%
R=15.77%
G=51.87%
B=32.37%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal38125780.7000.380.51147.5953.3731.96
Hex267D4E4602633943520
Octal46175116106046632246540
Binary100110111110110011101000110010011011001110010100110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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