#345045

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

Shades of Te Papa Green #345045

Tints of Te Papa Green #345045

Color information

#345045 (or 0x345045) is unknown color: approx Te Papa Green. HEX triplet: 34, 50 and 45. RGB value is (52,80,69). Sum of RGB (Red+Green+Blue) = 52+80+69=201 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.87% from 201); Green value is 80 (31.64% from 255 or 39.80% from 201); Blue value is 69 (27.34% from 255 or 34.33% from 201); Max value from RGB is 80 - color contains mainly: green. Hex color #345045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345045 is #CBAFBA. Grayscale: #464646. Windows color (decimal): -13348795 or 4542516. OLE color: 4542516.

HSL color Cylindrical-coordinate representation of color #345045: hue angle of 156.43º 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 #345045 is Cyan = 0.35, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.69.

Color convert

RGB528069-
CMYK0.3500.140.69
HSL156.43º21.21%25.88%-
HSV(B)156.43º35%31.37%-
XYZ5.366.96.68-
YUV70.37127.22114.89-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.87%
GREEN value IS 80 (31.64% from 255) = 39.80%
BLUE value IS 69 (27.34% from 255) = 34.33%
R=25.87%
G=39.80%
B=34.33%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280690.3500.140.69156.4321.2125.88
Hex345045230E459c151a
Octal64120105430161052342532
Binary11010010100001000101100011011101000101100111001010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345045; }

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

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

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

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

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

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

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

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