#34493F

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

Shades of Te Papa Green #34493F

Tints of Te Papa Green #34493F

Color information

#34493F (or 0x34493F) is unknown color: approx Te Papa Green. HEX triplet: 34, 49 and 3F. RGB value is (52,73,63). Sum of RGB (Red+Green+Blue) = 52+73+63=188 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.66% from 188); Green value is 73 (28.91% from 255 or 38.83% from 188); Blue value is 63 (25% from 255 or 33.51% from 188); Max value from RGB is 73 - color contains mainly: green. Hex color #34493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34493F is #CBB6C0. Grayscale: #414141. Windows color (decimal): -13350593 or 4147508. OLE color: 4147508.

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

Color convert

RGB527363-
CMYK0.2900.140.71
HSL151.43º16.8%24.51%-
HSV(B)151.43º28.77%28.63%-
XYZ4.75.855.59-
YUV65.58126.54118.31-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.66%
GREEN value IS 73 (28.91% from 255) = 38.83%
BLUE value IS 63 (25% from 255) = 33.51%
R=27.66%
G=38.83%
B=33.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal5273630.2900.140.71151.4316.824.51
Hex34493F1D0E47971119
Octal6411177350161072272131
Binary110100100100111111111101011101000111100101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34493F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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