#315343

Color #315343 Te Papa Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Te Papa Green #315343

Tints of Te Papa Green #315343

Color information

#315343 (or 0x315343) is unknown color: approx Te Papa Green. HEX triplet: 31, 53 and 43. RGB value is (49,83,67). Sum of RGB (Red+Green+Blue) = 49+83+67=199 (26% of max value = 765). Red value is 49 (19.53% from 255 or 24.62% from 199); Green value is 83 (32.81% from 255 or 41.71% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 83 - color contains mainly: green. Hex color #315343 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #315343 is #CEACBC. Grayscale: #474747. Windows color (decimal): -13544637 or 4412209. OLE color: 4412209.

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

Color convert

RGB498367-
CMYK0.4100.190.67
HSL151.76º25.76%25.88%-
HSV(B)151.76º40.96%32.55%-
XYZ5.377.246.43-
YUV71.01125.74112.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 24.62%
GREEN value IS 83 (32.81% from 255) = 41.71%
BLUE value IS 67 (26.56% from 255) = 33.67%
R=24.62%
G=41.71%
B=33.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4983670.4100.190.67151.7625.7625.88
Hex3153432901343981a1a
Octal61123103510231032303232
Binary110001101001110000111010010100111000011100110001101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315343; }

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

 H1.HeaderClassName
 {
   color: #315343;
 }
 .AnyTagClassName
 {
   color: #315343;
 }
</style>
background-color css

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

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

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

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

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

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