#265445

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

Shades of Te Papa Green #265445

Tints of Te Papa Green #265445

Color information

#265445 (or 0x265445) is unknown color: approx Te Papa Green. HEX triplet: 26, 54 and 45. RGB value is (38,84,69). Sum of RGB (Red+Green+Blue) = 38+84+69=191 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.90% from 191); Green value is 84 (33.20% from 255 or 43.98% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 84 - color contains mainly: green. Hex color #265445 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265445 is #D9ABBA. Grayscale: #444444. Windows color (decimal): -14265275 or 4543526. OLE color: 4543526.

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

Color convert

RGB388469-
CMYK0.5500.180.67
HSL160.43º37.7%23.92%-
HSV(B)160.43º54.76%32.94%-
XYZ5.047.186.75-
YUV68.54128.26106.22-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.90%
GREEN value IS 84 (33.20% from 255) = 43.98%
BLUE value IS 69 (27.34% from 255) = 36.13%
R=19.90%
G=43.98%
B=36.13%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3884690.5500.180.67160.4337.723.92
Hex2654453701243a02618
Octal46124105670221032404630
Binary1001101010100100010111011101001010000111010000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265445; }

 p { color: rgb(38,84,69); }

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

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

 a { background-color: rgb(38,84,69); }

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

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

 span { border-color: rgb(38,84,69); }

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