#245545

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

Shades of Te Papa Green #245545

Tints of Te Papa Green #245545

Color information

#245545 (or 0x245545) is unknown color: approx Te Papa Green. HEX triplet: 24, 55 and 45. RGB value is (36,85,69). Sum of RGB (Red+Green+Blue) = 36+85+69=190 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.95% from 190); Green value is 85 (33.59% from 255 or 44.74% from 190); Blue value is 69 (27.34% from 255 or 36.32% from 190); Max value from RGB is 85 - color contains mainly: green. Hex color #245545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #245545 is #DBAABA. Grayscale: #444444. Windows color (decimal): -14396091 or 4543780. OLE color: 4543780.

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

Color convert

RGB368569-
CMYK0.5800.190.67
HSL160.41º40.5%23.73%-
HSV(B)160.41º57.65%33.33%-
XYZ5.057.36.77-
YUV68.52128.27104.8-

RGB Variations

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

RGB

RED value IS 36 (14.45% from 255) = 18.95%
GREEN value IS 85 (33.59% from 255) = 44.74%
BLUE value IS 69 (27.34% from 255) = 36.32%
R=18.95%
G=44.74%
B=36.32%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3685690.5800.190.67160.4140.523.73
Hex2455453A01343a02818
Octal44125105720231032405030
Binary1001001010101100010111101001001110000111010000010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #245545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #245545; }

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

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

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

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

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

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

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

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