#33493F

Color #33493F Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #33493F

Tints of Te Papa Green #33493F

Color information

#33493F (or 0x33493F) is unknown color: approx Te Papa Green. HEX triplet: 33, 49 and 3F. RGB value is (51,73,63). Sum of RGB (Red+Green+Blue) = 51+73+63=187 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.27% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 73 - color contains mainly: green. Hex color #33493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33493F is #CCB6C0. Grayscale: #414141. Windows color (decimal): -13416129 or 4147507. OLE color: 4147507.

HSL color Cylindrical-coordinate representation of color #33493F: hue angle of 152.73º degrees, saturation: 0.18, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #33493F is Cyan = 0.30, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB517363-
CMYK0.3000.140.71
HSL152.73º17.74%24.31%-
HSV(B)152.73º30.14%28.63%-
XYZ4.645.835.58-
YUV65.28126.71117.81-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.27%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 63 (25% from 255) = 33.69%
R=27.27%
G=39.04%
B=33.69%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5173630.3000.140.71152.7317.7424.31
Hex33493F1E0E47991218
Octal6311177360161072312230
Binary110011100100111111111110011101000111100110011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33493F; }

 p { color: rgb(51,73,63); }

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

<style>
 a { background-color: #33493F; }

 a { background-color: rgb(51,73,63); }

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

<style>
 span { border-color: #33493F; }

 span { border-color: rgb(51,73,63); }

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