#267875

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

Shades of Elm #267875

Tints of Elm #267875

Color information

#267875 (or 0x267875) is unknown color: approx Elm. HEX triplet: 26, 78 and 75. RGB value is (38,120,117). Sum of RGB (Red+Green+Blue) = 38+120+117=275 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.82% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #267875 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #267875 is #D9878A. Grayscale: #5F5F5F. Windows color (decimal): -14256011 or 7698470. OLE color: 7698470.

HSL color Cylindrical-coordinate representation of color #267875: hue angle of 177.8º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #267875 is Cyan = 0.68, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB38120117-
CMYK0.6800.020.53
HSL177.8º51.9%30.98%-
HSV(B)177.8º68.33%47.06%-
XYZ10.7315.1319.18-
YUV95.14140.3387.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.82%
GREEN value IS 120 (47.27% from 255) = 43.64%
BLUE value IS 117 (46.09% from 255) = 42.55%
R=13.82%
G=43.64%
B=42.55%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal381201170.6800.020.53177.851.930.98
Hex267875440235b2341f
Octal4617016510402652626437
Binary1001101111000111010110001000101101011011001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #267875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #267875; }

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

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

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

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

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

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

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

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