#245546

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

Shades of Te Papa Green #245546

Tints of Te Papa Green #245546

Color information

#245546 (or 0x245546) is unknown color: approx Te Papa Green. HEX triplet: 24, 55 and 46. RGB value is (36,85,70). Sum of RGB (Red+Green+Blue) = 36+85+70=191 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.85% from 191); Green value is 85 (33.59% from 255 or 44.50% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 85 - color contains mainly: green. Hex color #245546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245546 is #DBAAB9. Grayscale: #444444. Windows color (decimal): -14396090 or 4609316. OLE color: 4609316.

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

Color convert

RGB368570-
CMYK0.5800.180.67
HSL161.63º40.5%23.73%-
HSV(B)161.63º57.65%33.33%-
XYZ5.087.316.94-
YUV68.64128.77104.72-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.85%
GREEN value IS 85 (33.59% from 255) = 44.50%
BLUE value IS 70 (27.73% from 255) = 36.65%
R=18.85%
G=44.50%
B=36.65%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3685700.5800.180.67161.6340.523.73
Hex2455463A01243a22818
Octal44125106720221032425030
Binary1001001010101100011011101001001010000111010001010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245546; }

 p { color: rgb(36,85,70); }

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

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

 a { background-color: rgb(36,85,70); }

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

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

 span { border-color: rgb(36,85,70); }

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