Html Css Color HEX #314A40 Te Papa Green

📋 copy color: '#314A40'

red 49 ◦ green 74 ◦ blue 64

#314A40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Te Papa Green #314A40

Tints of Te Papa Green #314A40

RGB

 RED value IS 49 (19.53% from 255) = 26.2%

 GREEN value IS 74 (29.3% from 255) = 39.57%

 BLUE value IS 64 (25.39% from 255) = 34.22%

R = 26.2%
G = 39.57%
B = 34.22%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#314A40 (or 0x314A40) is known color: Te Papa Green. HEX triplet: 31, 4A and 40. RGB value is (49,74,64). Sum of RGB (Red+Green+Blue) = 49+74+64=187 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.20% from 187); Green value is 74 (29.30% from 255 or 39.57% from 187); Blue value is 64 (25.39% from 255 or 34.22% from 187); Max value from RGB is 74 - color contains mainly: green. Hex color #314A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #314A40 is #CEB5BF. Grayscale: #414141. Windows color (decimal): -13546944 or 4213297. OLE color: 4213297.

HSL color Cylindrical-coordinate representation of color #314A40: hue angle of 156º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #314A40 is Cyan = 0.34, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 49 74 64 -
CMYK 0.34 0 0.14 0.71
HSL 156º 0.2% 0.24% -
HSV(B) 156º 0.34% 0.29% -
XYZ 4.64 5.92 5.75 -
YUV 65.39 127.22 116.31 -
System Red Green Blue C M Y K H S L
Decimal 49 74 64 0.34 0 0.14 0.71 156 0.2 0.24
Hex 31 4A 40 22 0 E 47 9C 14 18
Octal 61 112 100 42 0 16 107 234 24 30
Binary 110001 1001010 1000000 100010 0 1110 1000111 10011100 10100 11000

Color Harmonies of #314A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314A40

Black with #314A40

Text Example


Text Example

White with #314A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,74,64); }

 H1.HeaderClassName
 {
   color: #314A40;
 }
 .AnyTagClassName
 {
   color: #314A40;
 }
</style>

background-color css

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

 a { background-color: rgb(49,74,64); }

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

border-color css

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

 span { border-color: rgb(49,74,64); }

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