#255546

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

Shades of Te Papa Green #255546

Tints of Te Papa Green #255546

Color information

#255546 (or 0x255546) is unknown color: approx Te Papa Green. HEX triplet: 25, 55 and 46. RGB value is (37,85,70). Sum of RGB (Red+Green+Blue) = 37+85+70=192 (25% of max value = 765). Red value is 37 (14.84% from 255 or 19.27% from 192); Green value is 85 (33.59% from 255 or 44.27% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 85 - color contains mainly: green. Hex color #255546 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #255546 is #DAAAB9. Grayscale: #444444. Windows color (decimal): -14330554 or 4609317. OLE color: 4609317.

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

Color convert

RGB378570-
CMYK0.5600.180.67
HSL161.25º39.34%23.92%-
HSV(B)161.25º56.47%33.33%-
XYZ5.127.336.94-
YUV68.94128.6105.22-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 19.27%
GREEN value IS 85 (33.59% from 255) = 44.27%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=19.27%
G=44.27%
B=36.46%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3785700.5600.180.67161.2539.3423.92
Hex2555463801243a12718
Octal45125106700221032414730
Binary1001011010101100011011100001001010000111010000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #255546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #255546; }

 p { color: rgb(37,85,70); }

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

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

 a { background-color: rgb(37,85,70); }

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

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

 span { border-color: rgb(37,85,70); }

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