Html Css Color HEX #314D45 Te Papa Green

📋 copy color: '#314D45'

red 49 ◦ green 77 ◦ blue 69

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

Shades of Te Papa Green #314D45

Tints of Te Papa Green #314D45

RGB

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

 GREEN value IS 77 (30.47% from 255) = 39.49%

 BLUE value IS 69 (27.34% from 255) = 35.38%

R = 25.13%
G = 39.49%
B = 35.38%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.10

 K value IS 0.70

RGB Variations

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

Color information

#314D45 (or 0x314D45) is known color: Te Papa Green. HEX triplet: 31, 4D and 45. RGB value is (49,77,69). Sum of RGB (Red+Green+Blue) = 49+77+69=195 (25% of max value = 765). Red value is 49 (19.53% from 255 or 25.13% from 195); Green value is 77 (30.47% from 255 or 39.49% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 77 - color contains mainly: green. Hex color #314D45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #314D45 is #CEB2BA. Grayscale: #434343. Windows color (decimal): -13546171 or 4541745. OLE color: 4541745.

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

Color convert

RGB 49 77 69 -
CMYK 0.36 0 0.10 0.70
HSL 162.86º 0.22% 0.25% -
HSV(B) 162.86º 0.36% 0.3% -
XYZ 4.99 6.39 6.6 -
YUV 67.72 128.72 114.65 -
System Red Green Blue C M Y K H S L
Decimal 49 77 69 0.36 0 0.10 0.70 162.86 0.22 0.25
Hex 31 4D 45 24 0 A 46 A3 16 19
Octal 61 115 105 44 0 12 106 243 26 31
Binary 110001 1001101 1000101 100100 0 1010 1000110 10100011 10110 11001

Color Harmonies of #314D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #314D45

Black with #314D45

Text Example


Text Example

White with #314D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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