#315346

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

Shades of Te Papa Green #315346

Tints of Te Papa Green #315346

Color information

#315346 (or 0x315346) is unknown color: approx Te Papa Green. HEX triplet: 31, 53 and 46. RGB value is (49,83,70). Sum of RGB (Red+Green+Blue) = 49+83+70=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #315346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315346 is #CEACB9. Grayscale: #474747. Windows color (decimal): -13544634 or 4608817. OLE color: 4608817.

HSL color Cylindrical-coordinate representation of color #315346: hue angle of 157.06º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #315346 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB498370-
CMYK0.4100.160.67
HSL157.06º25.76%25.88%-
HSV(B)157.06º40.96%32.55%-
XYZ5.477.286.91-
YUV71.35127.24112.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.26%
GREEN value IS 83 (32.81% from 255) = 41.09%
BLUE value IS 70 (27.73% from 255) = 34.65%
R=24.26%
G=41.09%
B=34.65%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983700.4100.160.67157.0625.7625.88
Hex31534629010439d1a1a
Octal61123106510201032353232
Binary110001101001110001101010010100001000011100111011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315346; }

 p { color: rgb(49,83,70); }

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

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

 a { background-color: rgb(49,83,70); }

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

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

 span { border-color: rgb(49,83,70); }

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