#225542

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

Shades of Te Papa Green #225542

Tints of Te Papa Green #225542

Color information

#225542 (or 0x225542) is unknown color: approx Te Papa Green. HEX triplet: 22, 55 and 42. RGB value is (34,85,66). Sum of RGB (Red+Green+Blue) = 34+85+66=185 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.38% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 66 (26.17% from 255 or 35.68% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #225542 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225542 is #DDAABD. Grayscale: #434343. Windows color (decimal): -14527166 or 4347170. OLE color: 4347170.

HSL color Cylindrical-coordinate representation of color #225542: hue angle of 157.65º 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 #225542 is Cyan = 0.60, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.67.

Color convert

RGB348566-
CMYK0.6000.220.67
HSL157.65º42.86%23.33%-
HSV(B)157.65º60%33.33%-
XYZ4.897.236.29-
YUV67.58127.1104.04-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.38%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 66 (26.17% from 255) = 35.68%
R=18.38%
G=45.95%
B=35.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3485660.6000.220.67157.6542.8623.33
Hex2255423C016439e2b17
Octal42125102740261032365327
Binary1000101010101100001011110001011010000111001111010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225542; }

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

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

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

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

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

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

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

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