#315349

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

Shades of Te Papa Green #315349

Tints of Te Papa Green #315349

Color information

#315349 (or 0x315349) is unknown color: approx Te Papa Green. HEX triplet: 31, 53 and 49. RGB value is (49,83,73). Sum of RGB (Red+Green+Blue) = 49+83+73=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #315349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315349 is #CEACB6. Grayscale: #474747. Windows color (decimal): -13544631 or 4805425. OLE color: 4805425.

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

Color convert

RGB498373-
CMYK0.4100.120.67
HSL162.35º25.76%25.88%-
HSV(B)162.35º40.96%32.55%-
XYZ5.567.327.42-
YUV71.69128.74111.81-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.90%
GREEN value IS 83 (32.81% from 255) = 40.49%
BLUE value IS 73 (28.91% from 255) = 35.61%
R=23.90%
G=40.49%
B=35.61%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983730.4100.120.67162.3525.7625.88
Hex315349290C43a21a1a
Octal61123111510141032423232
Binary11000110100111001001101001011001000011101000101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315349

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315349; }

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

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

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

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

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

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

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

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