#33857A

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

Shades of Elm #33857A

Tints of Elm #33857A

Color information

#33857A (or 0x33857A) is unknown color: approx Elm. HEX triplet: 33, 85 and 7A. RGB value is (51,133,122). Sum of RGB (Red+Green+Blue) = 51+133+122=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 133 (52.34% from 255 or 43.46% from 306); Blue value is 122 (48.05% from 255 or 39.87% from 306); Max value from RGB is 133 - color contains mainly: green. Hex color #33857A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33857A is #CC7A85. Grayscale: #6B6B6B. Windows color (decimal): -13400710 or 8029491. OLE color: 8029491.

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

Color convert

RGB51133122-
CMYK0.6200.080.48
HSL171.95º44.57%36.08%-
HSV(B)171.95º61.65%52.16%-
XYZ13.2718.8821.36-
YUV107.23136.3387.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.67%
GREEN value IS 133 (52.34% from 255) = 43.46%
BLUE value IS 122 (48.05% from 255) = 39.87%
R=16.67%
G=43.46%
B=39.87%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511331220.6200.080.48171.9544.5736.08
Hex33857A3E0830ac2d24
Octal6320517276010602545544
Binary1100111000010111110101111100100011000010101100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33857A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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