#267952

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

Shades of Salem #267952

Tints of Salem #267952

Color information

#267952 (or 0x267952) is unknown color: approx Salem. HEX triplet: 26, 79 and 52. RGB value is (38,121,82). Sum of RGB (Red+Green+Blue) = 38+121+82=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 121 (47.66% from 255 or 50.21% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 121 - color contains mainly: green. Hex color #267952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267952 is #D986AD. Grayscale: #5B5B5B. Windows color (decimal): -14255790 or 5404966. OLE color: 5404966.

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

Color convert

RGB3812182-
CMYK0.6900.320.53
HSL151.81º52.2%31.18%-
HSV(B)151.81º68.6%47.45%-
XYZ9.1614.710.34-
YUV91.74122.589.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.77%
GREEN value IS 121 (47.66% from 255) = 50.21%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=15.77%
G=50.21%
B=34.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal38121820.6900.320.53151.8152.231.18
Hex267952450203598341f
Octal46171122105040652306437
Binary10011011110011010010100010101000001101011001100011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267952; }

 p { color: rgb(38,121,82); }

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

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

 a { background-color: rgb(38,121,82); }

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

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

 span { border-color: rgb(38,121,82); }

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