#345044

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

Shades of Te Papa Green #345044

Tints of Te Papa Green #345044

Color information

#345044 (or 0x345044) is unknown color: approx Te Papa Green. HEX triplet: 34, 50 and 44. RGB value is (52,80,68). Sum of RGB (Red+Green+Blue) = 52+80+68=200 (26% of max value = 765). Red value is 52 (20.70% from 255 or 26% from 200); Green value is 80 (31.64% from 255 or 40% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 80 - color contains mainly: green. Hex color #345044 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345044 is #CBAFBB. Grayscale: #464646. Windows color (decimal): -13348796 or 4476980. OLE color: 4476980.

HSL color Cylindrical-coordinate representation of color #345044: hue angle of 154.29º degrees, saturation: 0.21, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #345044 is Cyan = 0.35, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.69.

Color convert

RGB528068-
CMYK0.3500.150.69
HSL154.29º21.21%25.88%-
HSV(B)154.29º35%31.37%-
XYZ5.336.886.52-
YUV70.26126.72114.98-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 26%
GREEN value IS 80 (31.64% from 255) = 40%
BLUE value IS 68 (26.95% from 255) = 34%
R=26%
G=40%
B=34%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280680.3500.150.69154.2921.2125.88
Hex345044230F459a151a
Octal64120104430171052322532
Binary11010010100001000100100011011111000101100110101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345044

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345044; }

 p { color: rgb(52,80,68); }

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

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

 a { background-color: rgb(52,80,68); }

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

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

 span { border-color: rgb(52,80,68); }

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