#314D42

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

Shades of Te Papa Green #314D42

Tints of Te Papa Green #314D42

Color information

#314D42 (or 0x314D42) is unknown color: approx Te Papa Green. HEX triplet: 31, 4D and 42. RGB value is (49,77,66). Sum of RGB (Red+Green+Blue) = 49+77+66=192 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.52% from 192); Green value is 77 (30.47% from 255 or 40.10% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 77 - color contains mainly: green. Hex color #314D42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D42 is #CEB2BD. Grayscale: #434343. Windows color (decimal): -13546174 or 4345137. OLE color: 4345137.

HSL color Cylindrical-coordinate representation of color #314D42: hue angle of 156.43º degrees, saturation: 0.22, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #314D42 is Cyan = 0.36, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.70.

Color convert

RGB497766-
CMYK0.3600.140.70
HSL156.43º22.22%24.71%-
HSV(B)156.43º36.36%30.2%-
XYZ4.96.356.12-
YUV67.37127.22114.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.52%
GREEN value IS 77 (30.47% from 255) = 40.10%
BLUE value IS 66 (26.17% from 255) = 34.38%
R=25.52%
G=40.10%
B=34.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4977660.3600.140.70156.4322.2224.71
Hex314D42240E469c1619
Octal61115102440161062342631
Binary11000110011011000010100100011101000110100111001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314D42; }

 p { color: rgb(49,77,66); }

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

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

 a { background-color: rgb(49,77,66); }

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

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

 span { border-color: rgb(49,77,66); }

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