#255440

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

Shades of Te Papa Green #255440

Tints of Te Papa Green #255440

Color information

#255440 (or 0x255440) is unknown color: approx Te Papa Green. HEX triplet: 25, 54 and 40. RGB value is (37,84,64). Sum of RGB (Red+Green+Blue) = 37+84+64=185 (24% of max value = 765). Red value is 37 (14.84% from 255 or 20% from 185); Green value is 84 (33.20% from 255 or 45.41% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 84 - color contains mainly: green. Hex color #255440 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255440 is #DAABBF. Grayscale: #434343. Windows color (decimal): -14330816 or 4215845. OLE color: 4215845.

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

Color convert

RGB378464-
CMYK0.5600.240.67
HSL154.47º38.84%23.73%-
HSV(B)154.47º55.95%32.94%-
XYZ4.867.15.97-
YUV67.67125.93106.13-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 20%
GREEN value IS 84 (33.20% from 255) = 45.41%
BLUE value IS 64 (25.39% from 255) = 34.59%
R=20%
G=45.41%
B=34.59%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3784640.5600.240.67154.4738.8423.73
Hex25544038018439a2718
Octal45124100700301032324730
Binary1001011010100100000011100001100010000111001101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255440; }

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

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

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

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

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

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

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

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