#368279

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

Shades of Elm #368279

Tints of Elm #368279

Color information

#368279 (or 0x368279) is unknown color: approx Elm. HEX triplet: 36, 82 and 79. RGB value is (54,130,121). Sum of RGB (Red+Green+Blue) = 54+130+121=305 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.70% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 121 (47.66% from 255 or 39.67% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #368279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368279 is #C97D86. Grayscale: #6A6A6A. Windows color (decimal): -13204871 or 7963190. OLE color: 7963190.

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

Color convert

RGB54130121-
CMYK0.5800.070.49
HSL172.89º41.3%36.08%-
HSV(B)172.89º58.46%50.98%-
XYZ12.9618.1320.91-
YUV106.25136.3290.73-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.70%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 121 (47.66% from 255) = 39.67%
R=17.70%
G=42.62%
B=39.67%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541301210.5800.070.49172.8941.336.08
Hex3682793A0731ad2924
Octal662021717207612555144
Binary110110100000101111001111010011111000110101101101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #368279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #368279; }

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

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

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

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

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

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

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

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