#265545

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

Shades of Te Papa Green #265545

Tints of Te Papa Green #265545

Color information

#265545 (or 0x265545) is unknown color: approx Te Papa Green. HEX triplet: 26, 55 and 45. RGB value is (38,85,69). Sum of RGB (Red+Green+Blue) = 38+85+69=192 (25% of max value = 765). Red value is 38 (15.23% from 255 or 19.79% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 69 (27.34% from 255 or 35.94% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #265545 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #265545 is #D9AABA. Grayscale: #454545. Windows color (decimal): -14265019 or 4543782. OLE color: 4543782.

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

Color convert

RGB388569-
CMYK0.5500.190.67
HSL159.57º38.21%24.12%-
HSV(B)159.57º55.29%33.33%-
XYZ5.127.346.78-
YUV69.12127.93105.8-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 19.79%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 69 (27.34% from 255) = 35.94%
R=19.79%
G=44.27%
B=35.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3885690.5500.190.67159.5738.2124.12
Hex2655453701343a02618
Octal46125105670231032404630
Binary1001101010101100010111011101001110000111010000010011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #265545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #265545; }

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

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

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

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

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

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

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

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