#267470

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

Shades of Elm #267470

Tints of Elm #267470

Color information

#267470 (or 0x267470) is unknown color: approx Elm. HEX triplet: 26, 74 and 70. RGB value is (38,116,112). Sum of RGB (Red+Green+Blue) = 38+116+112=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 112 (44.14% from 255 or 42.11% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #267470 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267470 is #D98B8F. Grayscale: #5C5C5C. Windows color (decimal): -14257040 or 7369766. OLE color: 7369766.

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

Color convert

RGB38116112-
CMYK0.6700.030.55
HSL176.92º50.65%30.2%-
HSV(B)176.92º67.24%45.49%-
XYZ9.9714.0717.52-
YUV92.22139.1689.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.29%
GREEN value IS 116 (45.70% from 255) = 43.61%
BLUE value IS 112 (44.14% from 255) = 42.11%
R=14.29%
G=43.61%
B=42.11%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal381161120.6700.030.55176.9250.6530.2
Hex267470430337b1331e
Octal4616416010303672616336
Binary1001101110100111000010000110111101111011000111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267470; }

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

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

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

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

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

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

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

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