#315344

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

Shades of Te Papa Green #315344

Tints of Te Papa Green #315344

Color information

#315344 (or 0x315344) is unknown color: approx Te Papa Green. HEX triplet: 31, 53 and 44. RGB value is (49,83,68). Sum of RGB (Red+Green+Blue) = 49+83+68=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 83 (32.81% from 255 or 41.5% from 200); Blue value is 68 (26.95% from 255 or 34% from 200); Max value from RGB is 83 - color contains mainly: green. Hex color #315344 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315344 is #CEACBB. Grayscale: #474747. Windows color (decimal): -13544636 or 4477745. OLE color: 4477745.

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

Color convert

RGB498368-
CMYK0.4100.180.67
HSL153.53º25.76%25.88%-
HSV(B)153.53º40.96%32.55%-
XYZ5.47.266.58-
YUV71.12126.24112.22-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 83 (32.81% from 255) = 41.5%
BLUE value IS 68 (26.95% from 255) = 34%
R=24.5%
G=41.5%
B=34%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983680.4100.180.67153.5325.7625.88
Hex31534429012439a1a1a
Octal61123104510221032323232
Binary110001101001110001001010010100101000011100110101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315344; }

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

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

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

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

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

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

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

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