#205541

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

Shades of Te Papa Green #205541

Tints of Te Papa Green #205541

Color information

#205541 (or 0x205541) is unknown color: approx Te Papa Green. HEX triplet: 20, 55 and 41. RGB value is (32,85,65). Sum of RGB (Red+Green+Blue) = 32+85+65=182 (24% of max value = 765). Red value is 32 (12.89% from 255 or 17.58% from 182); Green value is 85 (33.59% from 255 or 46.70% from 182); Blue value is 65 (25.78% from 255 or 35.71% from 182); Max value from RGB is 85 - color contains mainly: green. Hex color #205541 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #205541 is #DFAABE. Grayscale: #424242. Windows color (decimal): -14658239 or 4281632. OLE color: 4281632.

HSL color Cylindrical-coordinate representation of color #205541: hue angle of 157.36º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #205541 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.67.

Color convert

RGB328565-
CMYK0.6200.240.67
HSL157.36º45.3%22.94%-
HSV(B)157.36º62.35%33.33%-
XYZ4.87.196.14-
YUV66.87126.94103.13-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 17.58%
GREEN value IS 85 (33.59% from 255) = 46.70%
BLUE value IS 65 (25.78% from 255) = 35.71%
R=17.58%
G=46.70%
B=35.71%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3285650.6200.240.67157.3645.322.94
Hex2055413E018439d2d17
Octal40125101760301032355527
Binary1000001010101100000111111001100010000111001110110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #205541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #205541; }

 p { color: rgb(32,85,65); }

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

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

 a { background-color: rgb(32,85,65); }

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

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

 span { border-color: rgb(32,85,65); }

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