Html Css Color HEX #315446 Te Papa Green

📋 copy color: '#315446'

red 49 ◦ green 84 ◦ blue 70

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

Shades of Te Papa Green #315446

Tints of Te Papa Green #315446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 41.38%

 BLUE value IS 70 (27.73% from 255) = 34.48%

R = 24.14%
G = 41.38%
B = 34.48%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#315446 (or 0x315446) is known color: Te Papa Green. HEX triplet: 31, 54 and 46. RGB value is (49,84,70). Sum of RGB (Red+Green+Blue) = 49+84+70=203 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.14% from 203); Green value is 84 (33.20% from 255 or 41.38% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 84 - color contains mainly: green. Hex color #315446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315446 is #CEABB9. Grayscale: #474747. Windows color (decimal): -13544378 or 4609073. OLE color: 4609073.

HSL color Cylindrical-coordinate representation of color #315446: hue angle of 156º degrees, saturation: 0.26, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #315446 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 84 70 -
CMYK 0.42 0 0.17 0.67
HSL 156º 0.26% 0.26% -
HSV(B) 156º 0.42% 0.33% -
XYZ 5.54 7.44 6.94 -
YUV 71.94 126.9 111.64 -
System Red Green Blue C M Y K H S L
Decimal 49 84 70 0.42 0 0.17 0.67 156 0.26 0.26
Hex 31 54 46 2A 0 11 43 9C 1A 1A
Octal 61 124 106 52 0 21 103 234 32 32
Binary 110001 1010100 1000110 101010 0 10001 1000011 10011100 11010 11010

Color Harmonies of #315446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315446

Black with #315446

Text Example


Text Example

White with #315446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315446; }

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

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

background-color css

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

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

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

border-color css

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

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

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