#345046

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

Shades of Te Papa Green #345046

Tints of Te Papa Green #345046

Color information

#345046 (or 0x345046) is unknown color: approx Te Papa Green. HEX triplet: 34, 50 and 46. RGB value is (52,80,70). Sum of RGB (Red+Green+Blue) = 52+80+70=202 (26% of max value = 765). Red value is 52 (20.70% from 255 or 25.74% from 202); Green value is 80 (31.64% from 255 or 39.60% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 80 - color contains mainly: green. Hex color #345046 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #345046 is #CBAFB9. Grayscale: #464646. Windows color (decimal): -13348794 or 4608052. OLE color: 4608052.

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

Color convert

RGB528070-
CMYK0.3500.120.69
HSL158.57º21.21%25.88%-
HSV(B)158.57º35%31.37%-
XYZ5.396.916.84-
YUV70.49127.72114.81-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 25.74%
GREEN value IS 80 (31.64% from 255) = 39.60%
BLUE value IS 70 (27.73% from 255) = 34.65%
R=25.74%
G=39.60%
B=34.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5280700.3500.120.69158.5721.2125.88
Hex345046230C459f151a
Octal64120106430141052372532
Binary11010010100001000110100011011001000101100111111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #345046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #345046; }

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

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

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

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

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

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

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

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