#33827C

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

Shades of Elm #33827C

Tints of Elm #33827C

Color information

#33827C (or 0x33827C) is unknown color: approx Elm. HEX triplet: 33, 82 and 7C. RGB value is (51,130,124). Sum of RGB (Red+Green+Blue) = 51+130+124=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 130 (51.17% from 255 or 42.62% from 305); Blue value is 124 (48.83% from 255 or 40.66% from 305); Max value from RGB is 130 - color contains mainly: green. Hex color #33827C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33827C is #CC7D83. Grayscale: #696969. Windows color (decimal): -13401476 or 8159795. OLE color: 8159795.

HSL color Cylindrical-coordinate representation of color #33827C: hue angle of 175.44º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #33827C is Cyan = 0.61, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.49.

Color convert

RGB51130124-
CMYK0.6100.050.49
HSL175.44º43.65%35.49%-
HSV(B)175.44º60.77%50.98%-
XYZ12.9918.1221.88-
YUV105.7138.3388.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 130 (51.17% from 255) = 42.62%
BLUE value IS 124 (48.83% from 255) = 40.66%
R=16.72%
G=42.62%
B=40.66%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal511301240.6100.050.49175.4443.6535.49
Hex33827C3D0531af2c23
Octal632021747505612575443
Binary110011100000101111100111101010111000110101111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33827C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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