#338279

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

Shades of Elm #338279

Tints of Elm #338279

Color information

#338279 (or 0x338279) is unknown color: approx Elm. HEX triplet: 33, 82 and 79. RGB value is (51,130,121). Sum of RGB (Red+Green+Blue) = 51+130+121=302 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.89% from 302); Green value is 130 (51.17% from 255 or 43.05% from 302); Blue value is 121 (47.66% from 255 or 40.07% from 302); Max value from RGB is 130 - color contains mainly: green. Hex color #338279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #338279 is #CC7D86. Grayscale: #696969. Windows color (decimal): -13401479 or 7963187. OLE color: 7963187.

HSL color Cylindrical-coordinate representation of color #338279: hue angle of 173.16º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #338279 is Cyan = 0.61, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.49.

Color convert

RGB51130121-
CMYK0.6100.070.49
HSL173.16º43.65%35.49%-
HSV(B)173.16º60.77%50.98%-
XYZ12.818.0520.9-
YUV105.35136.8389.23-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.89%
GREEN value IS 130 (51.17% from 255) = 43.05%
BLUE value IS 121 (47.66% from 255) = 40.07%
R=16.89%
G=43.05%
B=40.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511301210.6100.070.49173.1643.6535.49
Hex3382793D0731ad2c23
Octal632021717507612555443
Binary110011100000101111001111101011111000110101101101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338279; }

 p { color: rgb(51,130,121); }

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

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

 a { background-color: rgb(51,130,121); }

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

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

 span { border-color: rgb(51,130,121); }

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