Html Css Color HEX #315349 Te Papa Green

📋 copy color: '#315349'

red 49 ◦ green 83 ◦ blue 73

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

Shades of Te Papa Green #315349

Tints of Te Papa Green #315349

RGB

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

 GREEN value IS 83 (32.81% from 255) = 40.49%

 BLUE value IS 73 (28.91% from 255) = 35.61%

R = 23.9%
G = 40.49%
B = 35.61%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#315349 (or 0x315349) is known color: Te Papa Green. HEX triplet: 31, 53 and 49. RGB value is (49,83,73). Sum of RGB (Red+Green+Blue) = 49+83+73=205 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.90% from 205); Green value is 83 (32.81% from 255 or 40.49% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 83 - color contains mainly: green. Hex color #315349 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315349 is #CEACB6. Grayscale: #474747. Windows color (decimal): -13544631 or 4805425. OLE color: 4805425.

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

Color convert

RGB 49 83 73 -
CMYK 0.41 0 0.12 0.67
HSL 162.35º 0.26% 0.26% -
HSV(B) 162.35º 0.41% 0.33% -
XYZ 5.56 7.32 7.42 -
YUV 71.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 49 83 73 0.41 0 0.12 0.67 162.35 0.26 0.26
Hex 31 53 49 29 0 C 43 A2 1A 1A
Octal 61 123 111 51 0 14 103 242 32 32
Binary 110001 1010011 1001001 101001 0 1100 1000011 10100010 11010 11010

Color Harmonies of #315349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315349

Black with #315349

Text Example


Text Example

White with #315349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315349; }

 p { color: rgb(49,83,73); }

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

background-color css

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

 a { background-color: rgb(49,83,73); }

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

border-color css

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

 span { border-color: rgb(49,83,73); }

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