#315444

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

Shades of Te Papa Green #315444

Tints of Te Papa Green #315444

Color information

#315444 (or 0x315444) is unknown color: approx Te Papa Green. HEX triplet: 31, 54 and 44. RGB value is (49,84,68). Sum of RGB (Red+Green+Blue) = 49+84+68=201 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.38% from 201); Green value is 84 (33.20% from 255 or 41.79% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 84 - color contains mainly: green. Hex color #315444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315444 is #CEABBB. Grayscale: #474747. Windows color (decimal): -13544380 or 4478001. OLE color: 4478001.

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

Color convert

RGB498468-
CMYK0.4200.190.67
HSL152.57º26.32%26.08%-
HSV(B)152.57º41.67%32.94%-
XYZ5.487.416.61-
YUV71.71125.9111.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.38%
GREEN value IS 84 (33.20% from 255) = 41.79%
BLUE value IS 68 (26.95% from 255) = 33.83%
R=24.38%
G=41.79%
B=33.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4984680.4200.190.67152.5726.3226.08
Hex3154442A01343991a1a
Octal61124104520231032313232
Binary110001101010010001001010100100111000011100110011101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315444; }

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

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

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

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

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

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

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

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