#315443

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

Shades of Te Papa Green #315443

Tints of Te Papa Green #315443

Color information

#315443 (or 0x315443) is unknown color: approx Te Papa Green. HEX triplet: 31, 54 and 43. RGB value is (49,84,67). Sum of RGB (Red+Green+Blue) = 49+84+67=200 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.5% from 200); Green value is 84 (33.20% from 255 or 42% from 200); Blue value is 67 (26.56% from 255 or 33.5% from 200); Max value from RGB is 84 - color contains mainly: green. Hex color #315443 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315443 is #CEABBC. Grayscale: #474747. Windows color (decimal): -13544381 or 4412465. OLE color: 4412465.

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

Color convert

RGB498467-
CMYK0.4200.200.67
HSL150.86º26.32%26.08%-
HSV(B)150.86º41.67%32.94%-
XYZ5.457.46.45-
YUV71.6125.4111.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.5%
GREEN value IS 84 (33.20% from 255) = 42%
BLUE value IS 67 (26.56% from 255) = 33.5%
R=24.5%
G=42%
B=33.5%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4984670.4200.200.67150.8626.3226.08
Hex3154432A01443971a1a
Octal61124103520241032273232
Binary110001101010010000111010100101001000011100101111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315443; }

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

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

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

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

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

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

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

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