#267570

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

Shades of Elm #267570

Tints of Elm #267570

Color information

#267570 (or 0x267570) is unknown color: approx Elm. HEX triplet: 26, 75 and 70. RGB value is (38,117,112). Sum of RGB (Red+Green+Blue) = 38+117+112=267 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.23% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #267570 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267570 is #D98A8F. Grayscale: #5C5C5C. Windows color (decimal): -14256784 or 7370022. OLE color: 7370022.

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

Color convert

RGB38117112-
CMYK0.6800.040.54
HSL176.2º50.97%30.39%-
HSV(B)176.2º67.52%45.88%-
XYZ10.0914.317.56-
YUV92.81138.8388.91-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.23%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 112 (44.14% from 255) = 41.95%
R=14.23%
G=43.82%
B=41.95%

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
Decimal381171120.6800.040.54176.250.9730.39
Hex267570440436b0331e
Octal4616516010404662606336
Binary10011011101011110000100010001001101101011000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267570; }

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

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

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

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

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

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

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

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