#335043

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

Shades of Te Papa Green #335043

Tints of Te Papa Green #335043

Color information

#335043 (or 0x335043) is unknown color: approx Te Papa Green. HEX triplet: 33, 50 and 43. RGB value is (51,80,67). Sum of RGB (Red+Green+Blue) = 51+80+67=198 (26% of max value = 765). Red value is 51 (20.31% from 255 or 25.76% from 198); Green value is 80 (31.64% from 255 or 40.40% from 198); Blue value is 67 (26.56% from 255 or 33.84% from 198); Max value from RGB is 80 - color contains mainly: green. Hex color #335043 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #335043 is #CCAFBC. Grayscale: #454545. Windows color (decimal): -13414333 or 4411443. OLE color: 4411443.

HSL color Cylindrical-coordinate representation of color #335043: hue angle of 153.1º degrees, saturation: 0.22, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #335043 is Cyan = 0.36, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB518067-
CMYK0.3600.160.69
HSL153.1º22.14%25.69%-
HSV(B)153.1º36.25%31.37%-
XYZ5.256.856.36-
YUV69.85126.39114.56-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 25.76%
GREEN value IS 80 (31.64% from 255) = 40.40%
BLUE value IS 67 (26.56% from 255) = 33.84%
R=25.76%
G=40.40%
B=33.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal5180670.3600.160.69153.122.1425.69
Hex335043240104599161a
Octal63120103440201052312632
Binary110011101000010000111001000100001000101100110011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #335043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #335043; }

 p { color: rgb(51,80,67); }

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

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

 a { background-color: rgb(51,80,67); }

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

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

 span { border-color: rgb(51,80,67); }

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