#36827A

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

Shades of Elm #36827A

Tints of Elm #36827A

Color information

#36827A (or 0x36827A) is unknown color: approx Elm. HEX triplet: 36, 82 and 7A. RGB value is (54,130,122). Sum of RGB (Red+Green+Blue) = 54+130+122=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 130 (51.17% from 255 or 42.48% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 130 - color contains mainly: green. Hex color #36827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #36827A is #C97D85. Grayscale: #6A6A6A. Windows color (decimal): -13204870 or 8028726. OLE color: 8028726.

HSL color Cylindrical-coordinate representation of color #36827A: hue angle of 173.68º 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 #36827A is Cyan = 0.58, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.

Color convert

RGB54130122-
CMYK0.5800.060.49
HSL173.68º41.3%36.08%-
HSV(B)173.68º58.46%50.98%-
XYZ13.0218.1521.23-
YUV106.36136.8290.65-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 17.65%
GREEN value IS 130 (51.17% from 255) = 42.48%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=17.65%
G=42.48%
B=39.87%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal541301220.5800.060.49173.6841.336.08
Hex36827A3A0631ae2924
Octal662021727206612565144
Binary110110100000101111010111010011011000110101110101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36827A; }

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

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

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

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

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

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

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

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