#33473F

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

Shades of Te Papa Green #33473F

Tints of Te Papa Green #33473F

Color information

#33473F (or 0x33473F) is unknown color: approx Te Papa Green. HEX triplet: 33, 47 and 3F. RGB value is (51,71,63). Sum of RGB (Red+Green+Blue) = 51+71+63=185 (24% of max value = 765). Red value is 51 (20.31% from 255 or 27.57% from 185); Green value is 71 (28.12% from 255 or 38.38% from 185); Blue value is 63 (25% from 255 or 34.05% from 185); Max value from RGB is 71 - color contains mainly: green. Hex color #33473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33473F is #CCB8C0. Grayscale: #404040. Windows color (decimal): -13416641 or 4146995. OLE color: 4146995.

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

Color convert

RGB517163-
CMYK0.2800.110.72
HSL156º16.39%23.92%-
HSV(B)156º28.17%27.84%-
XYZ4.525.575.54-
YUV64.11127.37118.65-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 27.57%
GREEN value IS 71 (28.12% from 255) = 38.38%
BLUE value IS 63 (25% from 255) = 34.05%
R=27.57%
G=38.38%
B=34.05%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5171630.2800.110.7215616.3923.92
Hex33473F1C0B489c1018
Octal6310777340131102342030
Binary110011100011111111111100010111001000100111001000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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