#344841

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

Shades of Te Papa Green #344841

Tints of Te Papa Green #344841

Color information

#344841 (or 0x344841) is unknown color: approx Te Papa Green. HEX triplet: 34, 48 and 41. RGB value is (52,72,65). Sum of RGB (Red+Green+Blue) = 52+72+65=189 (25% of max value = 765). Red value is 52 (20.70% from 255 or 27.51% from 189); Green value is 72 (28.52% from 255 or 38.10% from 189); Blue value is 65 (25.78% from 255 or 34.39% from 189); Max value from RGB is 72 - color contains mainly: green. Hex color #344841 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #344841 is #CBB7BE. Grayscale: #414141. Windows color (decimal): -13350847 or 4278324. OLE color: 4278324.

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

Color convert

RGB527265-
CMYK0.2800.100.72
HSL159º16.13%24.31%-
HSV(B)159º27.78%28.24%-
XYZ4.695.755.86-
YUV65.22127.87118.57-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 27.51%
GREEN value IS 72 (28.52% from 255) = 38.10%
BLUE value IS 65 (25.78% from 255) = 34.39%
R=27.51%
G=38.10%
B=34.39%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5272650.2800.100.7215916.1324.31
Hex3448411C0A489f1018
Octal64110101340121102372030
Binary1101001001000100000111100010101001000100111111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #344841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #344841; }

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

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

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

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

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

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

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

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