#33857C

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

Shades of Elm #33857C

Tints of Elm #33857C

Color information

#33857C (or 0x33857C) is unknown color: approx Elm. HEX triplet: 33, 85 and 7C. RGB value is (51,133,124). Sum of RGB (Red+Green+Blue) = 51+133+124=308 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.56% from 308); Green value is 133 (52.34% from 255 or 43.18% from 308); Blue value is 124 (48.83% from 255 or 40.26% from 308); Max value from RGB is 133 - color contains mainly: green. Hex color #33857C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33857C is #CC7A83. Grayscale: #6B6B6B. Windows color (decimal): -13400708 or 8160563. OLE color: 8160563.

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

Color convert

RGB51133124-
CMYK0.6200.070.48
HSL173.41º44.57%36.08%-
HSV(B)173.41º61.65%52.16%-
XYZ13.3918.9322.02-
YUV107.46137.3387.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.56%
GREEN value IS 133 (52.34% from 255) = 43.18%
BLUE value IS 124 (48.83% from 255) = 40.26%
R=16.56%
G=43.18%
B=40.26%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal511331240.6200.070.48173.4144.5736.08
Hex33857C3E0730ad2d24
Octal632051747607602555544
Binary110011100001011111100111110011111000010101101101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33857C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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