#31463E

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

Shades of Te Papa Green #31463E

Tints of Te Papa Green #31463E

Color information

#31463E (or 0x31463E) is unknown color: approx Te Papa Green. HEX triplet: 31, 46 and 3E. RGB value is (49,70,62). Sum of RGB (Red+Green+Blue) = 49+70+62=181 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.07% from 181); Green value is 70 (27.73% from 255 or 38.67% from 181); Blue value is 62 (24.61% from 255 or 34.25% from 181); Max value from RGB is 70 - color contains mainly: green. Hex color #31463E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #31463E is #CEB9C1. Grayscale: #3E3E3E. Windows color (decimal): -13547970 or 4081201. OLE color: 4081201.

HSL color Cylindrical-coordinate representation of color #31463E: hue angle of 157.14º degrees, saturation: 0.18, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #31463E is Cyan = 0.30, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.73.

Color convert

RGB497062-
CMYK0.3000.110.73
HSL157.14º17.65%23.33%-
HSV(B)157.14º30%27.45%-
XYZ4.335.385.37-
YUV62.81127.54118.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 27.07%
GREEN value IS 70 (27.73% from 255) = 38.67%
BLUE value IS 62 (24.61% from 255) = 34.25%
R=27.07%
G=38.67%
B=34.25%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal4970620.3000.110.73157.1417.6523.33
Hex31463E1E0B499d1217
Octal6110676360131112352227
Binary110001100011011111011110010111001001100111011001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31463E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31463E; }

 p { color: rgb(49,70,62); }

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

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

 a { background-color: rgb(49,70,62); }

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

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

 span { border-color: rgb(49,70,62); }

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