#267674

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

Shades of Elm #267674

Tints of Elm #267674

Color information

#267674 (or 0x267674) is unknown color: approx Elm. HEX triplet: 26, 76 and 74. RGB value is (38,118,116). Sum of RGB (Red+Green+Blue) = 38+118+116=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 118 (46.48% from 255 or 43.38% from 272); Blue value is 116 (45.70% from 255 or 42.65% from 272); Max value from RGB is 118 - color contains mainly: green. Hex color #267674 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267674 is #D9898B. Grayscale: #5D5D5D. Windows color (decimal): -14256524 or 7632422. OLE color: 7632422.

HSL color Cylindrical-coordinate representation of color #267674: hue angle of 178.5º 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 #267674 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.54.

Color convert

RGB38118116-
CMYK0.6800.020.54
HSL178.5º51.28%30.59%-
HSV(B)178.5º67.8%46.27%-
XYZ10.4314.6318.8-
YUV93.85140.588.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.97%
GREEN value IS 118 (46.48% from 255) = 43.38%
BLUE value IS 116 (45.70% from 255) = 42.65%
R=13.97%
G=43.38%
B=42.65%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal381181160.6800.020.54178.551.2830.59
Hex267674440236b2331f
Octal4616616410402662626337
Binary1001101110110111010010001000101101101011001011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267674; }

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

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

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

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

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

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

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

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