#35443E

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

Shades of Te Papa Green #35443E

Tints of Te Papa Green #35443E

Color information

#35443E (or 0x35443E) is unknown color: approx Te Papa Green. HEX triplet: 35, 44 and 3E. RGB value is (53,68,62). Sum of RGB (Red+Green+Blue) = 53+68+62=183 (24% of max value = 765). Red value is 53 (21.09% from 255 or 28.96% from 183); Green value is 68 (26.95% from 255 or 37.16% from 183); Blue value is 62 (24.61% from 255 or 33.88% from 183); Max value from RGB is 68 - color contains mainly: green. Hex color #35443E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35443E is #CABBC1. Grayscale: #3E3E3E. Windows color (decimal): -13286338 or 4080693. OLE color: 4080693.

HSL color Cylindrical-coordinate representation of color #35443E: hue angle of 156º degrees, saturation: 0.12, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #35443E is Cyan = 0.22, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.73.

Color convert

RGB536862-
CMYK0.2200.090.73
HSL156º12.4%23.73%-
HSV(B)156º22.06%26.67%-
XYZ4.45.245.34-
YUV62.83127.53120.99-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 28.96%
GREEN value IS 68 (26.95% from 255) = 37.16%
BLUE value IS 62 (24.61% from 255) = 33.88%
R=28.96%
G=37.16%
B=33.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal5368620.2200.090.7315612.423.73
Hex35443E1609499cc18
Octal6510476260111112341430
Binary11010110001001111101011001001100100110011100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35443E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35443E; }

 p { color: rgb(53,68,62); }

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

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

 a { background-color: rgb(53,68,62); }

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

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

 span { border-color: rgb(53,68,62); }

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