#267672

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

Shades of Elm #267672

Tints of Elm #267672

Color information

#267672 (or 0x267672) is unknown color: approx Elm. HEX triplet: 26, 76 and 72. RGB value is (38,118,114). Sum of RGB (Red+Green+Blue) = 38+118+114=270 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.07% from 270); Green value is 118 (46.48% from 255 or 43.70% from 270); Blue value is 114 (44.92% from 255 or 42.22% from 270); Max value from RGB is 118 - color contains mainly: green. Hex color #267672 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267672 is #D9898D. Grayscale: #5D5D5D. Windows color (decimal): -14256526 or 7501350. OLE color: 7501350.

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

Color convert

RGB38118114-
CMYK0.6800.030.54
HSL177º51.28%30.59%-
HSV(B)177º67.8%46.27%-
XYZ10.3214.5818.19-
YUV93.62139.588.33-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.07%
GREEN value IS 118 (46.48% from 255) = 43.70%
BLUE value IS 114 (44.92% from 255) = 42.22%
R=14.07%
G=43.70%
B=42.22%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal381181140.6800.030.5417751.2830.59
Hex267672440336b1331f
Octal4616616210403662616337
Binary1001101110110111001010001000111101101011000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267672; }

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

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

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

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

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

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

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

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