#267473

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

Shades of Elm #267473

Tints of Elm #267473

Color information

#267473 (or 0x267473) is unknown color: approx Elm. HEX triplet: 26, 74 and 73. RGB value is (38,116,115). Sum of RGB (Red+Green+Blue) = 38+116+115=269 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.13% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 115 (45.31% from 255 or 42.75% from 269); Max value from RGB is 116 - color contains mainly: green. Hex color #267473 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267473 is #D98B8C. Grayscale: #5C5C5C. Windows color (decimal): -14257037 or 7566374. OLE color: 7566374.

HSL color Cylindrical-coordinate representation of color #267473: hue angle of 179.23º degrees, saturation: 0.51, 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 #267473 is Cyan = 0.67, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB38116115-
CMYK0.6700.010.55
HSL179.23º50.65%30.2%-
HSV(B)179.23º67.24%45.49%-
XYZ10.1414.1418.41-
YUV92.56140.6689.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.13%
GREEN value IS 116 (45.70% from 255) = 43.12%
BLUE value IS 115 (45.31% from 255) = 42.75%
R=14.13%
G=43.12%
B=42.75%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381161150.6700.010.55179.2350.6530.2
Hex267473430137b3331e
Octal4616416310301672636336
Binary100110111010011100111000011011101111011001111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267473; }

 p { color: rgb(38,116,115); }

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

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

 a { background-color: rgb(38,116,115); }

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

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

 span { border-color: rgb(38,116,115); }

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