#255441

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

Shades of Te Papa Green #255441

Tints of Te Papa Green #255441

Color information

#255441 (or 0x255441) is unknown color: approx Te Papa Green. HEX triplet: 25, 54 and 41. RGB value is (37,84,65). Sum of RGB (Red+Green+Blue) = 37+84+65=186 (24% of max value = 765). Red value is 37 (14.84% from 255 or 19.89% from 186); Green value is 84 (33.20% from 255 or 45.16% from 186); Blue value is 65 (25.78% from 255 or 34.95% from 186); Max value from RGB is 84 - color contains mainly: green. Hex color #255441 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255441 is #DAABBE. Grayscale: #434343. Windows color (decimal): -14330815 or 4281381. OLE color: 4281381.

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

Color convert

RGB378465-
CMYK0.5600.230.67
HSL155.74º38.84%23.73%-
HSV(B)155.74º55.95%32.94%-
XYZ4.897.126.12-
YUV67.78126.43106.04-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.89%
GREEN value IS 84 (33.20% from 255) = 45.16%
BLUE value IS 65 (25.78% from 255) = 34.95%
R=19.89%
G=45.16%
B=34.95%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3784650.5600.230.67155.7438.8423.73
Hex25544138017439c2718
Octal45124101700271032344730
Binary1001011010100100000111100001011110000111001110010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255441; }

 p { color: rgb(37,84,65); }

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

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

 a { background-color: rgb(37,84,65); }

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

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

 span { border-color: rgb(37,84,65); }

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