#33857F

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

Shades of Elm #33857F

Tints of Elm #33857F

Color information

#33857F (or 0x33857F) is unknown color: approx Elm. HEX triplet: 33, 85 and 7F. RGB value is (51,133,127). Sum of RGB (Red+Green+Blue) = 51+133+127=311 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.40% from 311); Green value is 133 (52.34% from 255 or 42.77% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 133 - color contains mainly: green. Hex color #33857F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33857F is #CC7A80. Grayscale: #6B6B6B. Windows color (decimal): -13400705 or 8357171. OLE color: 8357171.

HSL color Cylindrical-coordinate representation of color #33857F: hue angle of 175.61º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33857F is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB51133127-
CMYK0.6200.050.48
HSL175.61º44.57%36.08%-
HSV(B)175.61º61.65%52.16%-
XYZ13.5819.0123.03-
YUV107.8138.8387.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.40%
GREEN value IS 133 (52.34% from 255) = 42.77%
BLUE value IS 127 (50% from 255) = 40.84%
R=16.40%
G=42.77%
B=40.84%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511331270.6200.050.48175.6144.5736.08
Hex33857F3E0530b02d24
Octal632051777605602605544
Binary110011100001011111111111110010111000010110000101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33857F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33857F; }

 p { color: rgb(51,133,127); }

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

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

 a { background-color: rgb(51,133,127); }

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

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

 span { border-color: rgb(51,133,127); }

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