#225545

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

Shades of Te Papa Green #225545

Tints of Te Papa Green #225545

Color information

#225545 (or 0x225545) is unknown color: approx Te Papa Green. HEX triplet: 22, 55 and 45. RGB value is (34,85,69). Sum of RGB (Red+Green+Blue) = 34+85+69=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 85 (33.59% from 255 or 45.21% from 188); Blue value is 69 (27.34% from 255 or 36.70% from 188); Max value from RGB is 85 - color contains mainly: green. Hex color #225545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225545 is #DDAABA. Grayscale: #434343. Windows color (decimal): -14527163 or 4543778. OLE color: 4543778.

HSL color Cylindrical-coordinate representation of color #225545: hue angle of 161.18º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #225545 is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB348569-
CMYK0.6000.190.67
HSL161.18º42.86%23.33%-
HSV(B)161.18º60%33.33%-
XYZ4.987.276.77-
YUV67.93128.6103.8-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.09%
GREEN value IS 85 (33.59% from 255) = 45.21%
BLUE value IS 69 (27.34% from 255) = 36.70%
R=18.09%
G=45.21%
B=36.70%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3485690.6000.190.67161.1842.8623.33
Hex2255453C01343a12b17
Octal42125105740231032415327
Binary1000101010101100010111110001001110000111010000110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225545; }

 p { color: rgb(34,85,69); }

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

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

 a { background-color: rgb(34,85,69); }

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

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

 span { border-color: rgb(34,85,69); }

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