Html Css Color HEX #315346 Te Papa Green

📋 copy color: '#315346'

red 49 ◦ green 83 ◦ blue 70

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

Shades of Te Papa Green #315346

Tints of Te Papa Green #315346

RGB

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

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

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

R = 24.26%
G = 41.09%
B = 34.65%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#315346 (or 0x315346) is known color: Te Papa Green. HEX triplet: 31, 53 and 46. RGB value is (49,83,70). Sum of RGB (Red+Green+Blue) = 49+83+70=202 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.26% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 70 (27.73% from 255 or 34.65% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #315346 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315346 is #CEACB9. Grayscale: #474747. Windows color (decimal): -13544634 or 4608817. OLE color: 4608817.

HSL color Cylindrical-coordinate representation of color #315346: hue angle of 157.06º 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 #315346 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 49 83 70 -
CMYK 0.41 0 0.16 0.67
HSL 157.06º 0.26% 0.26% -
HSV(B) 157.06º 0.41% 0.33% -
XYZ 5.47 7.28 6.91 -
YUV 71.35 127.24 112.06 -
System Red Green Blue C M Y K H S L
Decimal 49 83 70 0.41 0 0.16 0.67 157.06 0.26 0.26
Hex 31 53 46 29 0 10 43 9D 1A 1A
Octal 61 123 106 51 0 20 103 235 32 32
Binary 110001 1010011 1000110 101001 0 10000 1000011 10011101 11010 11010

Color Harmonies of #315346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315346

Black with #315346

Text Example


Text Example

White with #315346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315346; }

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

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

background-color css

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

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

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

border-color css

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

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

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