#225444

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

Shades of Te Papa Green #225444

Tints of Te Papa Green #225444

Color information

#225444 (or 0x225444) is unknown color: approx Te Papa Green. HEX triplet: 22, 54 and 44. RGB value is (34,84,68). Sum of RGB (Red+Green+Blue) = 34+84+68=186 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.28% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 68 (26.95% from 255 or 36.56% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #225444 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #225444 is #DDABBB. Grayscale: #434343. Windows color (decimal): -14527420 or 4477986. OLE color: 4477986.

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

Color convert

RGB348468-
CMYK0.6000.190.67
HSL160.8º42.37%23.14%-
HSV(B)160.8º59.52%32.94%-
XYZ4.877.16.58-
YUV67.23128.44104.3-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.28%
GREEN value IS 84 (33.20% from 255) = 45.16%
BLUE value IS 68 (26.95% from 255) = 36.56%
R=18.28%
G=45.16%
B=36.56%

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
Decimal3484680.6000.190.67160.842.3723.14
Hex2254443C01343a12a17
Octal42124104740231032415227
Binary1000101010100100010011110001001110000111010000110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225444

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225444; }

 p { color: rgb(34,84,68); }

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

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

 a { background-color: rgb(34,84,68); }

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

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

 span { border-color: rgb(34,84,68); }

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