#255642

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

Shades of Te Papa Green #255642

Tints of Te Papa Green #255642

Color information

#255642 (or 0x255642) is unknown color: approx Te Papa Green. HEX triplet: 25, 56 and 42. RGB value is (37,86,66). Sum of RGB (Red+Green+Blue) = 37+86+66=189 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.58% from 189); Green value is 86 (33.98% from 255 or 45.50% from 189); Blue value is 66 (26.17% from 255 or 34.92% from 189); Max value from RGB is 86 - color contains mainly: green. Hex color #255642 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255642 is #DAA9BD. Grayscale: #454545. Windows color (decimal): -14330302 or 4347429. OLE color: 4347429.

HSL color Cylindrical-coordinate representation of color #255642: hue angle of 155.51º degrees, saturation: 0.4, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #255642 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB378666-
CMYK0.5700.230.66
HSL155.51º39.84%24.12%-
HSV(B)155.51º56.98%33.73%-
XYZ5.077.446.32-
YUV69.07126.27105.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.58%
GREEN value IS 86 (33.98% from 255) = 45.50%
BLUE value IS 66 (26.17% from 255) = 34.92%
R=19.58%
G=45.50%
B=34.92%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3786660.5700.230.66155.5139.8424.12
Hex25564239017429c2818
Octal45126102710271022345030
Binary1001011010110100001011100101011110000101001110010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255642; }

 p { color: rgb(37,86,66); }

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

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

 a { background-color: rgb(37,86,66); }

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

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

 span { border-color: rgb(37,86,66); }

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