#267B4C

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

Shades of Salem #267B4C

Tints of Salem #267B4C

Color information

#267B4C (or 0x267B4C) is unknown color: approx Salem. HEX triplet: 26, 7B and 4C. RGB value is (38,123,76). Sum of RGB (Red+Green+Blue) = 38+123+76=237 (31% of max value = 765). Red value is 38 (15.23% from 255 or 16.03% from 237); Green value is 123 (48.44% from 255 or 51.90% from 237); Blue value is 76 (30.08% from 255 or 32.07% from 237); Max value from RGB is 123 - color contains mainly: green. Hex color #267B4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #267B4C is #D984B3. Grayscale: #5C5C5C. Windows color (decimal): -14255284 or 5012262. OLE color: 5012262.

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

Color convert

RGB3812376-
CMYK0.6900.380.52
HSL146.82º52.8%31.57%-
HSV(B)146.82º69.11%48.24%-
XYZ9.1915.19.27-
YUV92.23118.8489.32-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 16.03%
GREEN value IS 123 (48.44% from 255) = 51.90%
BLUE value IS 76 (30.08% from 255) = 32.07%
R=16.03%
G=51.90%
B=32.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal38123760.6900.380.52146.8252.831.57
Hex267B4C4502634933520
Octal46173114105046642236540
Binary100110111101110011001000101010011011010010010011110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,123,76); }

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

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

 a { background-color: rgb(38,123,76); }

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

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

 span { border-color: rgb(38,123,76); }

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