#34473F

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

Shades of Te Papa Green #34473F

Tints of Te Papa Green #34473F

Color information

#34473F (or 0x34473F) is unknown color: approx Te Papa Green. HEX triplet: 34, 47 and 3F. RGB value is (52,71,63). Sum of RGB (Red+Green+Blue) = 52+71+63=186 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.96% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 63 (25% from 255 or 33.87% from 186); Max value from RGB is 71 - color contains mainly: green. Hex color #34473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34473F is #CBB8C0. Grayscale: #404040. Windows color (decimal): -13351105 or 4146996. OLE color: 4146996.

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

Color convert

RGB527163-
CMYK0.2700.110.72
HSL154.74º15.45%24.12%-
HSV(B)154.74º26.76%27.84%-
XYZ4.575.65.54-
YUV64.41127.21119.15-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.96%
GREEN value IS 71 (28.12% from 255) = 38.17%
BLUE value IS 63 (25% from 255) = 33.87%
R=27.96%
G=38.17%
B=33.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5271630.2700.110.72154.7415.4524.12
Hex34473F1B0B489bf18
Octal6410777330131102331730
Binary11010010001111111111101101011100100010011011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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