#33857E

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

Shades of Elm #33857E

Tints of Elm #33857E

Color information

#33857E (or 0x33857E) is unknown color: approx Elm. HEX triplet: 33, 85 and 7E. RGB value is (51,133,126). Sum of RGB (Red+Green+Blue) = 51+133+126=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 133 (52.34% from 255 or 42.90% from 310); Blue value is 126 (49.61% from 255 or 40.65% from 310); Max value from RGB is 133 - color contains mainly: green. Hex color #33857E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33857E is #CC7A81. Grayscale: #6B6B6B. Windows color (decimal): -13400706 or 8291635. OLE color: 8291635.

HSL color Cylindrical-coordinate representation of color #33857E: hue angle of 174.88º 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 #33857E is Cyan = 0.62, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.48.

Color convert

RGB51133126-
CMYK0.6200.050.48
HSL174.88º44.57%36.08%-
HSV(B)174.88º61.65%52.16%-
XYZ13.5218.9922.69-
YUV107.68138.3387.57-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 133 (52.34% from 255) = 42.90%
BLUE value IS 126 (49.61% from 255) = 40.65%
R=16.45%
G=42.90%
B=40.65%

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
Decimal511331260.6200.050.48174.8844.5736.08
Hex33857E3E0530af2d24
Octal632051767605602575544
Binary110011100001011111110111110010111000010101111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33857E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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