#314D44

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

Shades of Te Papa Green #314D44

Tints of Te Papa Green #314D44

Color information

#314D44 (or 0x314D44) is unknown color: approx Te Papa Green. HEX triplet: 31, 4D and 44. RGB value is (49,77,68). Sum of RGB (Red+Green+Blue) = 49+77+68=194 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.26% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 68 (26.95% from 255 or 35.05% from 194); Max value from RGB is 77 - color contains mainly: green. Hex color #314D44 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D44 is #CEB2BB. Grayscale: #434343. Windows color (decimal): -13546172 or 4476209. OLE color: 4476209.

HSL color Cylindrical-coordinate representation of color #314D44: hue angle of 160.71º 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 #314D44 is Cyan = 0.36, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB497768-
CMYK0.3600.120.70
HSL160.71º22.22%24.71%-
HSV(B)160.71º36.36%30.2%-
XYZ4.966.386.44-
YUV67.6128.22114.73-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 25.26%
GREEN value IS 77 (30.47% from 255) = 39.69%
BLUE value IS 68 (26.95% from 255) = 35.05%
R=25.26%
G=39.69%
B=35.05%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal4977680.3600.120.70160.7122.2224.71
Hex314D44240C46a11619
Octal61115104440141062412631
Binary11000110011011000100100100011001000110101000011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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