#35473F

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

Shades of Te Papa Green #35473F

Tints of Te Papa Green #35473F

Color information

#35473F (or 0x35473F) is unknown color: approx Te Papa Green. HEX triplet: 35, 47 and 3F. RGB value is (53,71,63). Sum of RGB (Red+Green+Blue) = 53+71+63=187 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.34% from 187); Green value is 71 (28.12% from 255 or 37.97% from 187); Blue value is 63 (25% from 255 or 33.69% from 187); Max value from RGB is 71 - color contains mainly: green. Hex color #35473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35473F is #CAB8C0. Grayscale: #404040. Windows color (decimal): -13285569 or 4146997. OLE color: 4146997.

HSL color Cylindrical-coordinate representation of color #35473F: hue angle of 153.33º degrees, saturation: 0.15, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #35473F is Cyan = 0.25, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB537163-
CMYK0.2500.110.72
HSL153.33º14.52%24.31%-
HSV(B)153.33º25.35%27.84%-
XYZ4.625.625.54-
YUV64.71127.04119.65-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.34%
GREEN value IS 71 (28.12% from 255) = 37.97%
BLUE value IS 63 (25% from 255) = 33.69%
R=28.34%
G=37.97%
B=33.69%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal5371630.2500.110.72153.3314.5224.31
Hex35473F190B4899f18
Octal6510777310131102311730
Binary11010110001111111111100101011100100010011001111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35473F; }

 p { color: rgb(53,71,63); }

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

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

 a { background-color: rgb(53,71,63); }

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

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

 span { border-color: rgb(53,71,63); }

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