#33887B

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

Shades of Elm #33887B

Tints of Elm #33887B

Color information

#33887B (or 0x33887B) is unknown color: approx Elm. HEX triplet: 33, 88 and 7B. RGB value is (51,136,123). Sum of RGB (Red+Green+Blue) = 51+136+123=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 136 (53.52% from 255 or 43.87% from 310); Blue value is 123 (48.44% from 255 or 39.68% from 310); Max value from RGB is 136 - color contains mainly: green. Hex color #33887B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33887B is #CC7784. Grayscale: #6D6D6D. Windows color (decimal): -13399941 or 8095795. OLE color: 8095795.

HSL color Cylindrical-coordinate representation of color #33887B: hue angle of 170.82º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #33887B is Cyan = 0.62, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB51136123-
CMYK0.6200.100.47
HSL170.82º45.45%36.67%-
HSV(B)170.82º62.5%53.33%-
XYZ13.7419.7421.83-
YUV109.1135.8486.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 136 (53.52% from 255) = 43.87%
BLUE value IS 123 (48.44% from 255) = 39.68%
R=16.45%
G=43.87%
B=39.68%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal511361230.6200.100.47170.8245.4536.67
Hex33887B3E0A2Fab2d25
Octal6321017376012572535545
Binary1100111000100011110111111100101010111110101011101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33887B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33887B; }

 p { color: rgb(51,136,123); }

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

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

 a { background-color: rgb(51,136,123); }

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

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

 span { border-color: rgb(51,136,123); }

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