#267671

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

Shades of Elm #267671

Tints of Elm #267671

Color information

#267671 (or 0x267671) is unknown color: approx Elm. HEX triplet: 26, 76 and 71. RGB value is (38,118,113). Sum of RGB (Red+Green+Blue) = 38+118+113=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #267671 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267671 is #D9898E. Grayscale: #5D5D5D. Windows color (decimal): -14256527 or 7435814. OLE color: 7435814.

HSL color Cylindrical-coordinate representation of color #267671: hue angle of 176.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267671 is Cyan = 0.68, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB38118113-
CMYK0.6800.040.54
HSL176.25º51.28%30.59%-
HSV(B)176.25º67.8%46.27%-
XYZ10.2614.5617.89-
YUV93.5113988.41-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.13%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 113 (44.53% from 255) = 42.01%
R=14.13%
G=43.87%
B=42.01%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal381181130.6800.040.54176.2551.2830.59
Hex267671440436b0331f
Octal4616616110404662606337
Binary10011011101101110001100010001001101101011000011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267671; }

 p { color: rgb(38,118,113); }

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

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

 a { background-color: rgb(38,118,113); }

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

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

 span { border-color: rgb(38,118,113); }

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