#34483F

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

Shades of Te Papa Green #34483F

Tints of Te Papa Green #34483F

Color information

#34483F (or 0x34483F) is unknown color: approx Te Papa Green. HEX triplet: 34, 48 and 3F. RGB value is (52,72,63). Sum of RGB (Red+Green+Blue) = 52+72+63=187 (24% of max value = 765). Red value is 52 (20.70% from 255 or 27.81% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 72 - color contains mainly: green. Hex color #34483F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34483F is #CBB7C0. Grayscale: #414141. Windows color (decimal): -13350849 or 4147252. OLE color: 4147252.

HSL color Cylindrical-coordinate representation of color #34483F: hue angle of 153º 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 #34483F is Cyan = 0.28, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.72.

Color convert

RGB527263-
CMYK0.2800.120.72
HSL153º16.13%24.31%-
HSV(B)153º27.78%28.24%-
XYZ4.635.725.56-
YUV64.99126.87118.73-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.81%
GREEN value IS 72 (28.52% from 255) = 38.50%
BLUE value IS 63 (25% from 255) = 33.69%
R=27.81%
G=38.50%
B=33.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5272630.2800.120.7215316.1324.31
Hex34483F1C0C48991018
Octal6411077340141102312030
Binary110100100100011111111100011001001000100110011000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #34483F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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