#33463F

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

Shades of Te Papa Green #33463F

Tints of Te Papa Green #33463F

Color information

#33463F (or 0x33463F) is unknown color: approx Te Papa Green. HEX triplet: 33, 46 and 3F. RGB value is (51,70,63). Sum of RGB (Red+Green+Blue) = 51+70+63=184 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.72% from 184); Green value is 70 (27.73% from 255 or 38.04% from 184); Blue value is 63 (25% from 255 or 34.24% from 184); Max value from RGB is 70 - color contains mainly: green. Hex color #33463F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33463F is #CCB9C0. Grayscale: #3F3F3F. Windows color (decimal): -13416897 or 4146739. OLE color: 4146739.

HSL color Cylindrical-coordinate representation of color #33463F: hue angle of 157.89º degrees, saturation: 0.16, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #33463F is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.73.

Color convert

RGB517063-
CMYK0.2700.100.73
HSL157.89º15.7%23.73%-
HSV(B)157.89º27.14%27.45%-
XYZ4.455.445.52-
YUV63.52127.71119.07-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.72%
GREEN value IS 70 (27.73% from 255) = 38.04%
BLUE value IS 63 (25% from 255) = 34.24%
R=27.72%
G=38.04%
B=34.24%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5170630.2700.100.73157.8915.723.73
Hex33463F1B0A499e1018
Octal6310677330121112362030
Binary110011100011011111111011010101001001100111101000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33463F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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