#338981

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

Shades of Elm #338981

Tints of Elm #338981

Color information

#338981 (or 0x338981) is unknown color: approx Elm. HEX triplet: 33, 89 and 81. RGB value is (51,137,129). Sum of RGB (Red+Green+Blue) = 51+137+129=317 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.09% from 317); Green value is 137 (53.91% from 255 or 43.22% from 317); Blue value is 129 (50.78% from 255 or 40.69% from 317); Max value from RGB is 137 - color contains mainly: green. Hex color #338981 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338981 is #CC767E. Grayscale: #6E6E6E. Windows color (decimal): -13399679 or 8489267. OLE color: 8489267.

HSL color Cylindrical-coordinate representation of color #338981: hue angle of 174.42º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #338981 is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.46.

Color convert

RGB51137129-
CMYK0.6300.060.46
HSL174.42º45.74%36.86%-
HSV(B)174.42º62.77%53.73%-
XYZ14.2720.1823.91-
YUV110.37138.5185.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.09%
GREEN value IS 137 (53.91% from 255) = 43.22%
BLUE value IS 129 (50.78% from 255) = 40.69%
R=16.09%
G=43.22%
B=40.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal511371290.6300.060.46174.4245.7436.86
Hex3389813F062Eae2e25
Octal632112017706562565645
Binary1100111000100110000001111111011010111010101110101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #338981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #338981; }

 p { color: rgb(51,137,129); }

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

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

 a { background-color: rgb(51,137,129); }

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

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

 span { border-color: rgb(51,137,129); }

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