#335148

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

Shades of Te Papa Green #335148

Tints of Te Papa Green #335148

Color information

#335148 (or 0x335148) is unknown color: approx Te Papa Green. HEX triplet: 33, 51 and 48. RGB value is (51,81,72). Sum of RGB (Red+Green+Blue) = 51+81+72=204 (27% of max value = 765). Red value is 51 (20.31% from 255 or 25% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 72 (28.52% from 255 or 35.29% from 204); Max value from RGB is 81 - color contains mainly: green. Hex color #335148 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335148 is #CCAEB7. Grayscale: #474747. Windows color (decimal): -13414072 or 4739379. OLE color: 4739379.

HSL color Cylindrical-coordinate representation of color #335148: hue angle of 162º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #335148 is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB518172-
CMYK0.3700.110.68
HSL162º22.73%25.88%-
HSV(B)162º37.04%31.76%-
XYZ5.487.067.2-
YUV71128.56113.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25%
GREEN value IS 81 (32.03% from 255) = 39.71%
BLUE value IS 72 (28.52% from 255) = 35.29%
R=25%
G=39.71%
B=35.29%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal5181720.3700.110.6816222.7325.88
Hex335148250B44a2171a
Octal63121110450131042422732
Binary11001110100011001000100101010111000100101000101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335148; }

 p { color: rgb(51,81,72); }

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

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

 a { background-color: rgb(51,81,72); }

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

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

 span { border-color: rgb(51,81,72); }

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