#267251

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

Shades of Salem #267251

Tints of Salem #267251

Color information

#267251 (or 0x267251) is unknown color: approx Salem. HEX triplet: 26, 72 and 51. RGB value is (38,114,81). Sum of RGB (Red+Green+Blue) = 38+114+81=233 (30% of max value = 765). Red value is 38 (15.23% from 255 or 16.31% from 233); Green value is 114 (44.92% from 255 or 48.93% from 233); Blue value is 81 (32.03% from 255 or 34.76% from 233); Max value from RGB is 114 - color contains mainly: green. Hex color #267251 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267251 is #D98DAE. Grayscale: #575757. Windows color (decimal): -14257583 or 5337638. OLE color: 5337638.

HSL color Cylindrical-coordinate representation of color #267251: hue angle of 153.95º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #267251 is Cyan = 0.67, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB3811481-
CMYK0.6700.290.55
HSL153.95º50%29.8%-
HSV(B)153.95º66.67%44.71%-
XYZ8.313.049.86-
YUV87.51124.3292.68-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.31%
GREEN value IS 114 (44.92% from 255) = 48.93%
BLUE value IS 81 (32.03% from 255) = 34.76%
R=16.31%
G=48.93%
B=34.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal38114810.6700.290.55153.955029.8
Hex2672514301D379a321e
Octal46162121103035672326236
Binary1001101110010101000110000110111011101111001101011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267251; }

 p { color: rgb(38,114,81); }

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

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

 a { background-color: rgb(38,114,81); }

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

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

 span { border-color: rgb(38,114,81); }

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